ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,525 results

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

704,851 views

2 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,501 views

7 years ago

The Debug Zone
Removing HashMap Entries: Using Iterator with map.values() Explained

In this video, we dive into the intricacies of managing HashMap entries in Java, focusing specifically on how to safely remove ...

1:30
Removing HashMap Entries: Using Iterator with map.values() Explained

0 views

4 months ago

The Debug Zone
Understanding ConsumerT with Mapped ClassT in HashMap: A Technical Guide

In this video, we delve into the intricacies of using the ConsumerT interface alongside the Mapped ClassT within a HashMap.

3:12
Understanding ConsumerT with Mapped ClassT in HashMap: A Technical Guide

4 views

1 year ago

Peter Schneider
How to directly initialize a HashMap (in a literal way)?

How to directly initialize a HashMap (in a literal way)? I hope you found a solution that worked for you :) The Content (except ...

5:32
How to directly initialize a HashMap (in a literal way)?

11 views

2 years ago

The Coding Gopher
Hashing Explained (SHA-256, MD5)

Check out Clerk: https://go.clerk.com/X1kC4pR ❤️ Get 40% OFF CodeCrafters: ...

11:27
Hashing Explained (SHA-256, MD5)

24,526 views

3 months ago

CMU Database Group
#07 - Hash Tables ✸ RelationalAI Database Talk (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2024/slides/07-hashtables.pdf Notes: ...

1:23:44
#07 - Hash Tables ✸ RelationalAI Database Talk (CMU Intro to Database Systems)

13,352 views

1 year ago

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,490 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,910 views

6 years ago

The Debug Zone
Why Your HashMap with 8 Million Entries Is Slow and How to Fix It

In this video, we dive into the common pitfalls of using HashMaps, especially when dealing with large datasets. If you've ever ...

4:17
Why Your HashMap with 8 Million Entries Is Slow and How to Fix It

0 views

1 year ago

Sophia Wagner
What are the differences between a HashMap and a Hashtable in Java?

What are the differences between a HashMap and a Hashtable in Java? Hey guys! Hopefully you found a solution that helped you ...

4:48
What are the differences between a HashMap and a Hashtable in Java?

3 views

1 year ago

The Debug Zone
Understanding the Complexity of HashMap#resize Implementation in Java

In this video, we delve into the intricate workings of the HashMap#resize implementation in Java. Understanding how resizing ...

4:26
Understanding the Complexity of HashMap#resize Implementation in Java

26 views

1 year ago

The Debug Zone
Understanding HashMap Resize Method: Implementation Details and Challenges

In this video, we dive deep into the intricacies of the HashMap resize method, a crucial aspect of this widely-used data structure in ...

3:09
Understanding HashMap Resize Method: Implementation Details and Challenges

3 views

3 months ago

Peter Schneider
Why is HashMap rehashed?

Why is HashMap rehashed? I hope you found a solution that worked for you :) The Content is licensed under ...

2:33
Why is HashMap rehashed?

1 view

1 year ago

The Debug Zone
How to Print HashMap Values Using Java Stream API: A Step-by-Step Guide

In this video, we will explore the powerful Java Stream API and its application in printing values from a HashMap. Whether you're ...

4:16
How to Print HashMap Values Using Java Stream API: A Step-by-Step Guide

12 views

1 year ago

Roel Van de Paar
Simple custom HashMap implementation Java

Simple custom HashMap implementation Java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:12
Simple custom HashMap implementation Java

27 views

3 years ago

The Debug Zone
How to Overwrite HashMap Values from an ArrayListString in Java

In this video, we'll explore a practical approach to managing data in Java by demonstrating how to overwrite values in a HashMap ...

3:27
How to Overwrite HashMap Values from an ArrayListString in Java

15 views

6 months ago

Roel Van de Paar
Software Engineering: Why does HashMap allow only one null key?

Software Engineering: Why does HashMap allow only one null key? Helpful? Please support me on Patreon: ...

1:26
Software Engineering: Why does HashMap allow only one null key?

94 views

3 years ago

The Debug Zone
How to Clear All Values in a HashMap Except Two Key/Value Pairs

In this video, we'll explore a practical programming challenge: how to efficiently clear all values in a HashMap while preserving ...

1:31
How to Clear All Values in a HashMap Except Two Key/Value Pairs

1 view

2 months ago

Roel Van de Paar
Code Review: A Basic HashMap (Python)

Code Review: A Basic HashMap (Python) Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

2:09
Code Review: A Basic HashMap (Python)

2 views

3 years ago

The Debug Zone
Understanding the Difference Between Pair and HashMap in Programming

In this video, we delve into the fundamental differences between Pair and HashMap, two essential data structures in programming ...

1:53
Understanding the Difference Between Pair and HashMap in Programming

0 views

3 months ago

Roel Van de Paar
java.util.HashMap lock on actual HashMap object compare to lock on object that encapsulate the...

Software Engineering: java.util.HashMap lock on actual HashMap object compare to lock on object that encapsulate the HashMap ...

2:06
java.util.HashMap lock on actual HashMap object compare to lock on object that encapsulate the...

2 views

3 years ago

Yamiteru
[Zig/TS] ✨ entroca.com ✨ Custom RPC over TCP for HashMap

Restream helps you multistream & reach your audience, wherever they are.

2:34:37
[Zig/TS] ✨ entroca.com ✨ Custom RPC over TCP for HashMap

15 views

Streamed 11 months ago

Crack Java
Hashmap Internal representation in java

How hashmap internally work in java -How HashMap get method work -How hashmap put method work - Equal and hashcode ...

13:02
Hashmap Internal representation in java

366 views

5 years ago

The Debug Zone
In Java, can I declare a HashMap constant?

java: In Java, can I declare a HashMap constant? Thanks for taking the time to learn more. In this video I'll go through your ...

3:03
In Java, can I declare a HashMap constant?

4 views

1 year ago