ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

338 results

Google for Developers
Task Queue Basics

This lesson presents an overview and inner workings of the Task Queue. The task queue has two flavors: push queue and pull ...

23:16
Task Queue Basics

31,527 views

12 years ago

MIT OpenCourseWare
17. Synchronization Without Locks

MIT 6.172 Performance Engineering of Software Systems, Fall 2018 Instructor: Charles Leiserson View the complete course: ...

1:20:10
17. Synchronization Without Locks

37,709 views

6 years ago

JSConf
What the heck is the event loop anyway? | Philip Roberts | JSConf EU

JavaScript programmers like to use words like, “event-loop”, “non-blocking”, “callback”, “asynchronous”, “single-threaded” and ...

26:53
What the heck is the event loop anyway? | Philip Roberts | JSConf EU

3,708,402 views

11 years ago

Google for Developers
Google I/O 2011: Putting Task Queues to Work

Nicholas Verne, Vivek Sahasranaman Does your app require software that you can't run on App Engine? By using the brand new ...

42:54
Google I/O 2011: Putting Task Queues to Work

7,594 views

14 years ago

CppCon
CppCon 2017: Ansel Sermersheim “Multithreading is the answer. What is the question? (part 2 of 2)”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

49:30
CppCon 2017: Ansel Sermersheim “Multithreading is the answer. What is the question? (part 2 of 2)”

14,754 views

8 years ago

BigData Boutique
Mastering Flink on Kubernetes | Best Practices for Running Flink on Kubernetes

Ready to level up your Apache Flink deployments on Kubernetes? Join Lior Friedler, Data Team Lead at BigData Boutique, as he ...

22:27
Mastering Flink on Kubernetes | Best Practices for Running Flink on Kubernetes

4,967 views

1 year ago

CodeHelp - by Babbar
Lecture 61: Queue FAANG Interview Questions || Placement Series by Love Babbar

In this Video, we are going to solve 8 Queue Interview Questions. There is a lot to learn, Keep in mind “ Mnn bhot karega k chor yrr ...

2:23:55
Lecture 61: Queue FAANG Interview Questions || Placement Series by Love Babbar

397,423 views

3 years ago

Anurag Singh ProCodrr
Event Loop and Callback Queue in JavaScript | The Complete JavaScript Course | Ep.37

Starter Code: https://github.com/procodrr/javascript-course/tree/main/ep-37_event-loop-and-callback-queue/starter-code Final ...

31:17
Event Loop and Callback Queue in JavaScript | The Complete JavaScript Course | Ep.37

30,619 views

3 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust

In this stream, we start implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

4:47:58
Lock-Free to Wait-Free Simulation in Rust

49,746 views

4 years ago

Sheldons Frontend Show
The Javascript Runtime Environment (JRE): Overview of the Engine, Event Loop, Queue and APIs

eventloop #javascriptengine The JRE, concurrency model, event loop in Javascript. The first video in the Javascript behind the ...

26:10
The Javascript Runtime Environment (JRE): Overview of the Engine, Event Loop, Queue and APIs

434 views

3 years ago

Jon Gjengset
January 2026 Q&A

As has become tradition, it's time for another new year's Q&A! In the span of three hours, we got through 45 questions covering ...

2:48:37
January 2026 Q&A

13,931 views

5 days ago

Back To Back SWE
Implement A Binary Heap - An Efficient Implementation of The Priority Queue ADT (Abstract Data Type)

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

20:19
Implement A Binary Heap - An Efficient Implementation of The Priority Queue ADT (Abstract Data Type)

125,752 views

6 years ago

codestorywithMIK
Orderly Queue -(Amazon): Explanation ➕ Live Coding

This is our 6th Video on our String Playlist In this video we will try to solve a Hard problem : "Orderly Queue" This Question is Easy ...

20:17
Orderly Queue -(Amazon): Explanation ➕ Live Coding

13,702 views

3 years ago

Anuj Kumar Sharma
Circular Queue Implementation using Array | Queue in Data Structure | DSA-One Course #49

Hey guys, In this video, We're going to implement Queue using Array and Circular Array. Join my paid Java DSA course here: ...

20:55
Circular Queue Implementation using Array | Queue in Data Structure | DSA-One Course #49

80,547 views

4 years ago

Questpond
JavaScript Interview Questions & Answers | JavaScript Interview Questions

For more JavaScript Q&A videos visit http://www.questpond.com Learn JavaScript Interview Question & Answers with real-time ...

1:01:13
JavaScript Interview Questions & Answers | JavaScript Interview Questions

321,022 views

3 years ago

Digital Switching - I
Input Queued Switch

... you look into input queue can I relax some condition what I am actually currently doing is if there is a hat of the line blocking and ...

37:18
Input Queued Switch

1,580 views

9 years ago

CodeWithHarry
Introduction to Circular Queue in Data Structures

Circular Queue implementation using arrays: In this video, we will see why we should be using circular queues and what circular ...

24:25
Introduction to Circular Queue in Data Structures

396,422 views

5 years ago

CodeHelp - by Babbar
Lecture 60: Queues in C++ [STL + Implementation + Types of Queues ]

In this Video, we are going to learn about Queue Data Structure and its types. There is a lot to learn, Keep in mind “ Mnn bhot ...

1:05:02
Lecture 60: Queues in C++ [STL + Implementation + Types of Queues ]

462,255 views

3 years ago

Tech With Tim
Asyncio in Python - Full Tutorial

Asynchronous programming allows our code to be more efficient by doing multiple things at once without any unnecessary ...

24:59
Asyncio in Python - Full Tutorial

286,164 views

1 year ago

Amazon Web Services
Introducing the new Async Sink | Amazon Web Services

As of August 30th, 2023, Kinesis Data Analytics is now Amazon Managed Service for Apache Flink* In this session, you'll get an ...

38:09
Introducing the new Async Sink | Amazon Web Services

2,504 views

3 years ago

CodeWithHarry
Queue Using Linked Lists

How to Implement queue using Linked List: This video will talk about queue using linked list data structure in hindi. Queue can be ...

26:30
Queue Using Linked Lists

191,063 views

5 years ago

DataFlair
Implementation of Queue using Array in Data Structures | Array Implementation of Queue in DSA Hindi

Master Data Structures & Algorithms for Top Tech Jobs: https://techvidvan.com/courses/dsa-c-hindi/?campaign=ytdsad&ref=1374 ...

39:57
Implementation of Queue using Array in Data Structures | Array Implementation of Queue in DSA Hindi

52,295 views

2 years ago

TLA+ - The Temporal Logic of Actions
TLA + specification of PCR parallel programming pattern - Jose Solsona & Sergio Yovine

https://conf.tlapl.us/2020/10-Yovine_and_Solsona-TLA_+_specification_of_PCR_parallel_programming_pattern.pdf.

31:56
TLA + specification of PCR parallel programming pattern - Jose Solsona & Sergio Yovine

227 views

5 years ago

Back To Back SWE
Search A 2D Sorted Matrix - Fundamentals of Search Space Reduction

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

29:31
Search A 2D Sorted Matrix - Fundamentals of Search Space Reduction

52,314 views

6 years ago

Honest Ecommerce
Outside-the-box Automation and Optimization Ideas with Joe Lannen - Honest Ecommerce Ep. 37

Joe Lannen is the founder of Speed Boostr, the Shopify optimization and development agency. He is an experienced web ...

42:09
Outside-the-box Automation and Optimization Ideas with Joe Lannen - Honest Ecommerce Ep. 37

95 views

6 years ago