ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

507 results

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

00:00 why are hash tables important? 00:31 how hash tables work 02:40 a naïve hash table 04:35 custom hash function 08:52 ...

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

703,987 views

2 years ago

Lucas Layman
Hash Functions and Hash Tables

Send arbitrarily the hash function is going to determine where in that array based list where in the array which slot we put the thing ...

22:50
Hash Functions and Hash Tables

711 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

60,842 views

7 years ago

Make Programming Fun Again
Hash Table in C

Repository with code: https://github.com/moroz/hash-table-video/tree/2025-04-29 Sign up for the Discord waiting list: ...

56:15
Hash Table in C

951 views

8 months 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,561 views

8 years ago

Linux.conf.au 2016 -- Geelong, Australia
Five* non-cryptographic hash functions enter. One hash function leaves.

Adam Harvey https://linux.conf.au/schedule/30208/view_talk When you say “hash function” in a room full of developers, people ...

37:31
Five* non-cryptographic hash functions enter. One hash function leaves.

4,907 views

9 years ago

Steven Gordon
CSS322, Lecture 18, 11 Jan 2013 - Hash Functions

Lecture 18 of CSS322 Security and Cryptography at Sirindhorn International Institute of Technology, Thammasat University.

1:13:50
CSS322, Lecture 18, 11 Jan 2013 - Hash Functions

1,331 views

13 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,338 views

6 years ago

Paul Fodor
CSE 260 - Computer Science B: Honors: Hashing

Online course, Fall 2020 Instructor: Paul Fodor Stony Brook University ...

1:09:16
CSE 260 - Computer Science B: Honors: Hashing

115 views

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

33,984 views

6 years ago

Baggers
0 - Pushing Pixels with Lisp - Hashing on the GPU

What we did: In this episode we pull apart a could of gpu-hashing functions. Hashing functions often form the heart of noise ...

59:01
0 - Pushing Pixels with Lisp - Hashing on the GPU

12,370 views

8 years ago

CS 125 @ Illinois
CS 125 Spring 2019: Fri 4.19.2019. Exceptions and Hash Functions

Working with exceptions and an introduction to hash functions.

49:49
CS 125 Spring 2019: Fri 4.19.2019. Exceptions and Hash Functions

524 views

6 years ago

Coding with Verrol
ep24.5 - Hashing (Extended)

In this video, we take a log at how to hash a string to a number. NOTE: This is the extended version, I show a bit more details ...

1:00:33
ep24.5 - Hashing (Extended)

336 views

6 years ago

NixCon
NixCon2024 Call-by-hash

2024-10-26 14:35–15:10 Speaker: Julian Kirsten Arni If we were to design a cloud based on a fundamental principle of Nix, ...

41:49
NixCon2024 Call-by-hash

1,110 views

1 year ago

ArbitraryLabs
Lecture 13: Hashing

This video corresponds to lecture notes 13: http://inst.eecs.berkeley.edu/~cs70/sp13/notes/n13.sp13.pdf twiggy twiggy pizicatto 5.

22:24
Lecture 13: Hashing

553 views

12 years ago

GaneshKumar Pugalendhi
Unit-V: Searching Sorting Hashing - Topics: Hashing-Hash Function-Separate Chaining-Open Addressing

... addition to that you need to have a function you need to have a task C hashing hashing what this hashing will do is that hashing ...

43:25
Unit-V: Searching Sorting Hashing - Topics: Hashing-Hash Function-Separate Chaining-Open Addressing

99 views

5 years ago

IACR
New Attacks on the Concatenation and XOR Hash Combiners

Itai Dinur, Presented at Eurocrypt 2016. See http://www.iacr.org/cryptodb/data/paper.php?pubkey=27604.

23:39
New Attacks on the Concatenation and XOR Hash Combiners

613 views

9 years ago

Ethereum Foundation
New hash functions for Ethereum, SNARKs, and STARKs by Dmitry Khovratovich (Devcon4)

In particular, we cover: -Existing algebraic hash functions such as MIMC. -Merkle tree enhancements: wide functions and trees ...

27:28
New hash functions for Ethereum, SNARKs, and STARKs by Dmitry Khovratovich (Devcon4)

1,396 views

7 years ago

CS 125 @ Illinois
CS 125 Spring 2019: Mon 4.22.2019. Hashing and Maps

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

50:28
CS 125 Spring 2019: Mon 4.22.2019. Hashing and Maps

667 views

6 years ago

Steven Gordon
Cryptography Hash Functions (CSS322, L18, Y14)

Introduction to hash functions and the properties required for their use in cryptography; Examples of MD5 and SHA of files, ...

39:09
Cryptography Hash Functions (CSS322, L18, Y14)

1,057 views

10 years ago

Aaron Bauer
CS 201 Hashing part 1

We finish working through the ListMap implementation and introduce the idea of hashing for a more efficient Map. Concerto A 4 ...

58:38
CS 201 Hashing part 1

30 views

3 years ago

Aaron Bauer
CS 111 Hashing and Recursion

We finish up with dictionaries by talking about hashing, the technique that makes them work efficiently. We then introduce a ...

56:07
CS 111 Hashing and Recursion

26 views

4 years ago

Warwick RSE
Inside the black box - Hash Tables

One of the more obvious black boxes in computer programming is the ubiquitous "associative array" - a container that maps from a ...

24:05
Inside the black box - Hash Tables

62 views

3 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

54 views

1 year ago

CosmoLearning
Lecture 02. Sorting and Hashing (2015/01/22) (CS 186, Spring 2015, UC Berkeley)
1:07:50
Lecture 02. Sorting and Hashing (2015/01/22) (CS 186, Spring 2015, UC Berkeley)

1,236 views

8 years ago