ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,936 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

707,551 views

2 years ago

CMU Database Group
Redpanda Oxla or: Why Your Hashmaps are Secretly Wrecking Your Performance (Akidau + Symanski)

CMU Database Group — PostgreSQL vs. The World Seminar Series (Spring 2026) Speakers: Tyler Akidau ...

1:01:25
Redpanda Oxla or: Why Your Hashmaps are Secretly Wrecking Your Performance (Akidau + Symanski)

1,786 views

2 weeks ago

CppNow
C++Now 2018: You Can Do Better than std::unordered_map: New Improvements to Hash Table Performance

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

1:30:53
C++Now 2018: You Can Do Better than std::unordered_map: New Improvements to Hash Table Performance

61,090 views

7 years ago

TokyoEdtech
Intro to Python for Java Coders: HashMaps

In this video series I explain the basic features of Python for coders already familiar with Java. Java code is shown alongside the ...

9:51
Intro to Python for Java Coders: HashMaps

967 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,606 views

7 years ago

Hassan Habib
What's the difference between ArrayLists and HashMaps?

Just testing my Logitech 920 the title is totally irrelevant lol ...

4:42
What's the difference between ArrayLists and HashMaps?

1,427 views

12 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

5 months 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

4 months 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

28 views

1 year 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

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

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,607 views

1 year ago

Byungcheon Ko
Introduction to Hashmaps in Java
12:41
Introduction to Hashmaps in Java

25 views

1 year ago

The Debug Zone
Java HashMap Multiple References: Managing Shared Keys Across HashMaps

In this video, we delve into the intricacies of Java's HashMap and explore the concept of multiple references when managing ...

2:40
Java HashMap Multiple References: Managing Shared Keys Across HashMaps

0 views

2 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

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)

25,119 views

3 months ago

Roel Van de Paar
Obsessed with filling hashmaps instead of using else if cascades or switch statements

Software Engineering: Obsessed with filling hashmaps instead of using else if cascades or switch statements Helpful? Please ...

1:28
Obsessed with filling hashmaps instead of using else if cascades or switch statements

0 views

4 years ago

Android Developer Course
26- HashMaps

the course of The Complete Android Developer Course - Build 21 Apps it's the best android course in the web the material will be ...

9:08
26- HashMaps

56 views

9 years ago

Lucas Layman
Hash Table   Probing Code
18:21
Hash Table Probing Code

4,746 views

5 years 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

14 views

1 year ago