Commits · 40b5b8cb3837c17d51e521d9ea2f6c9320b56c6c
cuckoohashing
Browse files
Sep 10, 2020
Specify specialization in source file
· 40b5b8cb
kolusask
authored
Sep 10, 2020
40b5b8cb
Replace integral types with int
· 4255280c
kolusask
authored
Sep 10, 2020
4255280c
Rename implementation files
· a429d269
kolusask
authored
Sep 10, 2020
a429d269
Sep 09, 2020
Add comments
· a486aa80
kolusask
authored
Sep 09, 2020
a486aa80
Adapt tests for CuckooHashTable template
· eda977b0
kolusask
authored
Sep 09, 2020
eda977b0
Make CuckkooHashTable a template class
· f7474b92
kolusask
authored
Sep 09, 2020
f7474b92
Sep 06, 2020
Use TNL::Containers::Array instead of std::vector
· c861f23f
kolusask
authored
Sep 06, 2020
c861f23f
Swap entries before checking emptiness
· 8306f912
kolusask
authored
Sep 06, 2020
8306f912
Aug 30, 2020
Fix tests
· 09d96925
kolusask
authored
Aug 30, 2020
09d96925
Add generations counter
· 6fea38f0
kolusask
authored
Aug 30, 2020
6fea38f0
Aug 29, 2020
Add comments and restore random init
· 4bb3c9d3
kolusask
authored
Aug 30, 2020
4bb3c9d3
Add Makefile
· 66d00ba9
kolusask
authored
Aug 30, 2020
66d00ba9
Add tests
· 3b34eae7
kolusask
authored
Aug 30, 2020
3b34eae7
Transform into a hash map
· 80258cd1
kolusask
authored
Aug 30, 2020
80258cd1
Fix typo
· a0d68ccf
kolusask
authored
Aug 29, 2020
a0d68ccf
Implement key lookup
· f7e3dbb3
kolusask
authored
Aug 29, 2020
f7e3dbb3
Fix parentheses operator
· 4f6ceab3
kolusask
authored
Aug 29, 2020
4f6ceab3
Implement adding a key to the table
· ceed1dff
kolusask
authored
Aug 29, 2020
ceed1dff
Implement everything except adding and finding a key
· 52eecdc8
kolusask
authored
Aug 29, 2020
52eecdc8
Implement CuckooHashTable class
· ea6a1126
kolusask
authored
Aug 29, 2020
ea6a1126
Implement HashFunction class
· 26e666f0
kolusask
authored
Aug 29, 2020
26e666f0
Aug 24, 2020
Add HashFunction class
· f6a5cd18
kolusask
authored
Aug 24, 2020
f6a5cd18
Loading