ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

780 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

708,359 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)

2,002 views

3 weeks 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,634 views

7 years ago

Lucas Layman
Hash Functions and Hash Tables
22:50
Hash Functions and Hash Tables

723 views

5 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,131 views

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

1 year ago

Earthcomputer
What is a HashSet?

In this video I explain what HashSets and HashMaps are, and a little bit about their internals. Having a basic understanding of ...

23:41
What is a HashSet?

17,941 views

6 years ago

Databases A2Z
Database Management System Full Course: Hash Tables | Databases A2Z

In this Database Management System full course, we'll learn about Hash Tables. This course is on the design and implementation ...

1:17:46
Database Management System Full Course: Hash Tables | Databases A2Z

4,070 views

4 years ago

Ian Finlayson
Hash Tables

Covers the main idea behind hash tables.

28:27
Hash Tables

206 views

5 years ago

CMU Database Group
06 - Hash Tables (CMU Intro to Database Systems / Fall 2021)

Instructor: Andrew Crotty (http://cs.brown.edu/people/acrotty/) Slides: ...

1:18:41
06 - Hash Tables (CMU Intro to Database Systems / Fall 2021)

6,775 views

4 years ago

J David Eisenberg
Chapter 5: Hash Tables

00:00 Hash Table Representation 02:30 Converting to generics 12:30 Looking up an API 13:10 Continue conversion 16:00 ...

53:18
Chapter 5: Hash Tables

60 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,511 views

6 years ago

botconf eu
MCRIT: The MinHash-based Code Relationship & Investigation Toolkit

MCRIT: The MinHash-based Code Relationship & Investigation Toolkit - Daniel Plohmann; Manuel Blatt; Daniel Enders.

45:42
MCRIT: The MinHash-based Code Relationship & Investigation Toolkit

549 views

2 years ago

Mark C. Wilson
AofA Lecture 16: Hashing basics

Hashing is a way of implementing a dictionary abstract data type, allowing easy insertion and finding of elements.

23:34
AofA Lecture 16: Hashing basics

1,339 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,948 views

6 years ago

CMU Database Group
CMU Database Systems - 08 Hash Tables (Fall 2017)

Slides PDF: http://15445.courses.cs.cmu.edu/fall2017/slides/08-hashtables.pdf Notes PDF: ...

1:15:49
CMU Database Systems - 08 Hash Tables (Fall 2017)

4,506 views

8 years ago

King Kodes
Applying Iterators on ArrayList, HashMap and TreeMap (Pt.1)

Understanding and applying iterators in Java specifically with ArrayList, HashMap, and TreeMap. #applicationdeveloper ...

1:10:54
Applying Iterators on ArrayList, HashMap and TreeMap (Pt.1)

7 views

11 months ago

CMU Database Group
06 - Hash Tables (CMU Databases Systems / Fall 2019)

Prof. Andy Pavlo (http://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2019/slides/06-hashtables.pdf ...

1:13:26
06 - Hash Tables (CMU Databases Systems / Fall 2019)

34,019 views

6 years ago

CMU Database Group
CMU Database Systems - 06 Hash Tables (Fall 2018)

Slides PDF: https://15445.courses.cs.cmu.edu/fall2018/slides/06-hashtables.pdf Lecture Notes: ...

1:21:12
CMU Database Systems - 06 Hash Tables (Fall 2018)

8,831 views

7 years ago

CMU Database Group
F2023 #07 - Hash Tables (CMU Intro to Database Systems)

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

1:18:46
F2023 #07 - Hash Tables (CMU Intro to Database Systems)

13,910 views

2 years ago

Videos Aus Der Medieninformatik
Z09 | HashMaps (Zentralübung)

Aufzeichnung der neunten Zentralübung vom 11. Januar 2022 00:00:00 Intro 00:14:00 Start 00:16:00 Organisatorische Hinweise: ...

1:30:55
Z09 | HashMaps (Zentralübung)

151 views

4 years ago

Cube Drone
CascadiaJS Presentation: Hash Functions Taste Great with Anything

I haven't GIVEN this presentation yet, but it's.. the slides and the words and the voice bits. Sorry about the visible cursor.

32:42
CascadiaJS Presentation: Hash Functions Taste Great with Anything

2,641 views

11 years ago

Thomas 🏕
Rust Programming - Exercises Poker with Ordering, HashMaps, Vectors, Sorting, Matching, Enums

Explanation of my implementation of the poker exercise as I stumble through using vectors, hashmaps, ordering, iterators, ...

52:38
Rust Programming - Exercises Poker with Ordering, HashMaps, Vectors, Sorting, Matching, Enums

1,131 views

3 years ago

Yusuf Sahillioğlu
data structures - hash tables

Favorite algorithm of this class: Rabin-Karp string matching (1:00:46). Course website: ...

1:28:17
data structures - hash tables

1,348 views

5 years ago

CppNow
C++Now 2017: Phil Nash “The Holy Grail!? A Persistent Hash-Array-Mapped Trie for C++"

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

1:32:55
C++Now 2017: Phil Nash “The Holy Grail!? A Persistent Hash-Array-Mapped Trie for C++"

6,581 views

8 years ago