ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

239 results

fasterthanlime
C++ vs Rust: which is faster?

Follow me on Mastodon: https://hachyderm.io/@fasterthanlime Support me on Patreon or GitHub: https://fasterthanli.me/donate ...

21:15
C++ vs Rust: which is faster?

446,182 views

2 years ago

Performance Summit
Cheaply writing a fast interpreter - Neil Mitchell

For dynamic languages, there are well known approaches to achieve maximum performance, e.g. JIT. But such approaches are ...

21:14
Cheaply writing a fast interpreter - Neil Mitchell

8,494 views

4 years ago

MIT OpenCourseWare
9. What Compilers Can and Cannot Do

MIT 6.172 Performance Engineering of Software Systems, Fall 2018 Instructor: Tao B. Schardl View the complete course: ...

1:18:46
9. What Compilers Can and Cannot Do

85,414 views

6 years ago

Dave's Garage
45 Computer Languages Compared: Which is FASTEST?

Episode 01: Retired Microsoft engineer Dave Plummer takes you on a guided tour of 45 different computer languages and drag ...

22:27
45 Computer Languages Compared: Which is FASTEST?

171,002 views

4 years ago

Markin Passion
I made a compiler to piss of Python devs

Become a compiler master: alexmark.in/assembly 00:00 The Problem with Python Distribution 01:05 How Python Code Execution ...

49:16
I made a compiler to piss of Python devs

297 views

3 weeks ago

Programming By eLogic
Introduction To Programming | eLogic Classes

Introductory video into programming, exploring the types of programming languages and the role of language translators.

21:50
Introduction To Programming | eLogic Classes

221 views

2 years ago

Audiopedia
Compiler

A compiler is a computer program (or set of programs) that transforms source code written in a programming language (the source ...

26:10
Compiler

159 views

11 years ago

Jon Gjengset
Implementing a Lox interpreter in Rust

For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.

7:53:42
Implementing a Lox interpreter in Rust

86,639 views

1 year ago

Tsoding Daily
I ported My Language to ARM CPU

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - Day 1 - Intro - 00:08:10 ...

4:22:41
I ported My Language to ARM CPU

38,158 views

7 months ago

ACI Learning
Programming Concepts | CompTIA IT Fundamentals+ (FC0-U61) | Part 11 of 38

In this episode, Don Pezet and Ronnie Wong cover basic programming concepts. They talk about source code, interpreted ...

24:55
Programming Concepts | CompTIA IT Fundamentals+ (FC0-U61) | Part 11 of 38

25,852 views

6 years ago

Computerphile
Improving Intermediate Codes - Computerphile

Taking T-Diagrams to the next level, Professor Brailsford tries to improve last episode's intermediate codes. Grateful thanks to Dr ...

21:57
Improving Intermediate Codes - Computerphile

56,154 views

6 years ago

Audiopedia
Assembly language

See the terminology section below for information regarding inconsistent use of the terms assembly and assembler. An assembly ...

41:37
Assembly language

557 views

11 years ago

Everything Computerized (CA)
What is a Programming Language? Generations of Programming Language? What are Language Translators?

Hey guys! Welcome to Everything Computerised! I'm CA and in this video I'll be explaining What are Programming Languages, ...

26:36
What is a Programming Language? Generations of Programming Language? What are Language Translators?

5,196 views

6 years ago

MIT OpenCourseWare
Lecture 10A: Compilation

MIT 6.001 Structure and Interpretation of Computer Programs, Spring 2005 Instructor: Harold Abelson, Gerald Jay Sussman, Julie ...

45:44
Lecture 10A: Compilation

6,927 views

6 years ago

Developer Voices
Mojo Lang - Tomorrow's High Performance Python? (with Chris Lattner)

Mojo is the latest language from the creator of Swift and LLVM. It's an attempt to take some of the best techniques from ...

1:24:39
Mojo Lang - Tomorrow's High Performance Python? (with Chris Lattner)

61,528 views

1 year ago

Ghassan Shobaki Computer Science Lectures
Compilers Lecture 0: Introduction and Syllabus

Text book: “Engineering a Compiler”, Second Edition, Keith Cooper and Linda Torczon, Morgan Kaufmann Publishers, 2012.

31:16
Compilers Lecture 0: Introduction and Syllabus

41,296 views

6 years ago

Tsoding Daily
Compiling Should NOT be This Slow

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - Intro - 00:00:45 - Session ...

2:18:25
Compiling Should NOT be This Slow

49,133 views

10 months ago

Vijaya Prasad Lectures
Phases of a Compiler,Language Processors, module -1|21cs51|VTU syllabus

It is an educational channel,helps in explaining core subjects and emerging new technologies,useful for pg and ug students as ...

31:18
Phases of a Compiler,Language Processors, module -1|21cs51|VTU syllabus

577 views

1 year ago

PyCon 2016
Juozas Kaziukėnas - Building An Interpreter In RPython - PyCon 2016

Speaker: Juozas Kaziukėnas To understand how dynamic programming languages get executed I set out to build a PHP ...

43:05
Juozas Kaziukėnas - Building An Interpreter In RPython - PyCon 2016

1,736 views

9 years ago

Muazzam Tech
O Level CS-2210 |Chap-4 Software |High level and Low level , Assembly language|Compiler, Interpreter

low level language,high level language,assembly language,programming languages,programming language,o level,high level ...

35:33
O Level CS-2210 |Chap-4 Software |High level and Low level , Assembly language|Compiler, Interpreter

28 views

2 years ago

nptelhrd
Mod-01 Lec-01 An Overview of a Compiler

Principles of Compiler Design by Prof. Y.N. Srikanth,Department of Computer Science and Engineering,IISc Bangalore.For more ...

52:05
Mod-01 Lec-01 An Overview of a Compiler

82,532 views

11 years ago

MIT OpenCourseWare
Lecture 10A | MIT 6.001 Structure and Interpretation, 1986

Compilation Despite the copyright notice on the screen, this course is now offered under a Creative Commons license: BY-NC-SA.

45:44
Lecture 10A | MIT 6.001 Structure and Interpretation, 1986

13,508 views

16 years ago

Performance Summit
Query-based compiler architectures - Olle Fredriksson

I will present how to build real-time tooling and incremental compilers by structuring them around a build system library called ...

28:49
Query-based compiler architectures - Olle Fredriksson

1,015 views

4 years ago

The Mentor CodeLab
How Computers Work - Programming For Beginners | #1

Programming For Beginners: How Computers Work Let's go back in history and find how computers were born and how they work ...

23:38
How Computers Work - Programming For Beginners | #1

39 views

2 years ago

Learn CS with SY
4.1 Software & its types, Utility programs, computer languages types, language translators - paper 1

cambridge #computersystems #utilityprograms #chapter4 Ace O Level CS (2210), IGCSE (0478 / 0984) and A level CS (9618) at ...

21:40
4.1 Software & its types, Utility programs, computer languages types, language translators - paper 1

227 views

2 years ago