ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

65 results

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,416 views

6 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,851 views

5 years ago

Jon Gjengset
Live-coding a linked hash map in Rust

Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...

2:29:40
Live-coding a linked hash map in Rust

39,312 views

7 years ago

Adam Gaweda, Dr. Sensei
Implementing Dictionaries using the Map Interface in Java

Now one of the things I said in the last video is this idea that map, the class of map in Java, is an abstract class. There's actually a ...

11:44
Implementing Dictionaries using the Map Interface in Java

19,333 views

8 years ago

Jon Gjengset
Crust of Rust: Iterators

In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...

1:26:27
Crust of Rust: Iterators

117,625 views

5 years ago

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...

5:45
How to Iterate over Keys and Values in a Java Map

99 views

4 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 12.3.2018. Hashing and Maps

Hash tables, maps, and some theory behind hashing. https://cs125.cs.illinois.edu/learn/2018_12_03_hashing_and_maps.

50:55
CS 125 Fall 2018: Mon 12.3.2018. Hashing and Maps

903 views

7 years ago

Drunken Engineer
Java Developer Interview Questions

This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...

15:06
Java Developer Interview Questions

5,928 views

4 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Wed 12.5.2018. Generics

Wrap up of hashing and a discussion of how to program with Java generics.

51:02
CS 125 Fall 2018: Wed 12.5.2018. Generics

450 views

7 years ago

Lisk
What is Hashing? Hash Functions Explained Simply

What is hashing? In this video we explain how hash functions work in an easy to digest way. Hashing is the process of converting ...

2:36
What is Hashing? Hash Functions Explained Simply

445,778 views

7 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,736 views

3 years ago

Drunken Engineer
java 8 Interview Questions | Theoretical

This video contains java 8 interview questions and answers. One of the best book for Interview Questions Top 1000 Java Interview ...

10:38
java 8 Interview Questions | Theoretical

29,800 views

4 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust (part 2)

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

5:24:49
Lock-Free to Wait-Free Simulation in Rust (part 2)

12,627 views

4 years ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

245,773 views

6 years ago

TAA NISGTC (Grant)
Image Map
3:39
Image Map

228 views

11 years ago

José A. Alonso
Algoritmos de búsqueda informada en espacios de estados

Estudio de los algoritmos de búsqueda informada para la resolución de problemas de espacios de estados. El vídeo es una ...

19:00
Algoritmos de búsqueda informada en espacios de estados

590 views

5 years ago

Samir Paul
Inheritance and Abstract Classes

ADSB 05_06.

8:32
Inheritance and Abstract Classes

789 views

10 years ago

Craig Piercy
Introduction to JavaBeans

A quick introduction to a special Java class called a JavaBean.

10:03
Introduction to JavaBeans

127,306 views

10 years ago

Md. Sakibur Rahman
List vs Hashset in C# - Bangla tutorial #List #Hashset #csharp

List vs Hashset in C# - Bangla tutorial #List #Hashset #csharp In C#, a #List and #HashSet have some differences: In C, the ...

5:32
List vs Hashset in C# - Bangla tutorial #List #Hashset #csharp

10 views

1 year ago

Jon Gjengset
Porting flamegraph to Rust — part 1

In this stream, we started porting parts of the flamegraph profiling tool to Rust: http://www.brendangregg.com/flamegraphs.html.

5:37:11
Porting flamegraph to Rust — part 1

52,258 views

6 years ago