ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,570 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

715,265 views

3 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

40,078 views

7 years 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,738 views

7 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)

3,259 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

2 years ago

The Debug Zone
Why is HashMap Unordered Despite Having a Backing Array? Explained!

In this video, we delve into the intriguing world of HashMaps and explore why they are considered unordered collections, despite ...

1:30
Why is HashMap Unordered Despite Having a Backing Array? Explained!

1 view

6 months ago

Tech Algo Views
Two Sum - français #Algorithm #Array #HashMap  #LeetCode #Two Sum

Two Sum - Version française Description du problème : https://leetcode.com/problems/two-sum/description/ Code de la solution ...

0:47
Two Sum - français #Algorithm #Array #HashMap #LeetCode #Two Sum

446 views

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

SimpleBack
HashMap - Cómo funciona y porqué es tan óptimo

Diría que actualmente los hashmaps son las estructuras de datos más importantes, permiten guardar pares clave valor para ...

3:45
HashMap - Cómo funciona y porqué es tan óptimo

47 views

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

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

16 views

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

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

7 months ago

The Debug Zone
How to implement HashMap with two keys?

Today's Topic: How to implement HashMap with two keys? Thanks for taking the time to learn more. In this video I'll go through ...

1:24
How to implement HashMap with two keys?

1 view

3 months ago

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

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

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

105 views

3 years ago

The Debug Zone
How to iterate through a Hashmap, print the key/value and remove the value in Rust?

Today's Topic: How to iterate through a Hashmap, print the key/value and remove the value in Rust? Thanks for taking the time to ...

1:22
How to iterate through a Hashmap, print the key/value and remove the value in Rust?

0 views

3 months ago

Crack Java
HashMap real time  working with Equal and hashCode

Put() and get() value in hash Map when equal() and hashcode() methods are not overridden Put() and get() value in hash Map ...

17:02
HashMap real time working with Equal and hashCode

319 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

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)

11,009 views

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

367 views

6 years ago