Skip to content
GitLab
Explore
Sign in
Commits · 5f8a5cf6ca6f016dc72a9bfa4a2cb7bb94a66a76
cuckoohashing
Browse files
Oct 25, 2020
Unify Makefiles using conditional argument
· 5f8a5cf6
kolusask
authored
Oct 25, 2020
5f8a5cf6
Enable unit tests for CUDA version
· c7b5aff0
kolusask
authored
Oct 25, 2020
c7b5aff0
Split cuda and no-cuda builds
· 27020de4
kolusask
authored
Oct 25, 2020
27020de4
Oct 24, 2020
Split Makefile into two with two versions
· c4fc732b
kolusask
authored
Oct 24, 2020
c4fc732b
Remove old leftovers
· 1d3be8ee
kolusask
authored
Oct 24, 2020
1d3be8ee
Oct 11, 2020
Adapt tests for new constructors
· 9adbb81e
kolusask
authored
Oct 11, 2020
9adbb81e
CuckooHash constructors calculating parameters
· 5ceaea12
kolusask
authored
Oct 11, 2020
5ceaea12
Add unit tests for HashGraphV1Set
· e4447e8c
kolusask
authored
Oct 11, 2020
e4447e8c
Add unit test for CuckooHashSet
· c06f0931
kolusask
authored
Oct 11, 2020
c06f0931
Rework CuckooHashMap test and add HashGraphV1 test
· 33574ba4
kolusask
authored
Oct 11, 2020
33574ba4
Add unit test for CuckooHashMap
· a9e0be1d
kolusask
authored
Oct 11, 2020
a9e0be1d
Add hash functions for numerical types
· 50015958
kolusask
authored
Oct 11, 2020
50015958
Oct 09, 2020
Disable HashGraphV2
· 6a2d9741
kolusask
authored
Oct 09, 2020
6a2d9741
Add HashGraphV2 (not working yet)
· 5facecf1
kolusask
authored
Oct 09, 2020
5facecf1
Oct 05, 2020
Generalize HashGraph Map and Set
· b7262fa8
kolusask
authored
Oct 05, 2020
b7262fa8
Rename HashGraph to HashGraphV1
· 6d8a17da
kolusask
authored
Oct 05, 2020
6d8a17da
Oct 01, 2020
Optimize tests and print time in a table
· c64177b7
kolusask
authored
Oct 02, 2020
c64177b7
Delete dynamically allocated values
· 775130df
kolusask
authored
Oct 01, 2020
775130df
Add dependence on headers
· d6ede378
kolusask
authored
Oct 01, 2020
d6ede378
Make public parent members protected
· 2ad609af
kolusask
authored
Oct 01, 2020
2ad609af
Refactor sources to avoid explicit specialization
· d70be93d
kolusask
authored
Oct 01, 2020
d70be93d
Merge branch 'master' of mmg-gitlab.fjfi.cvut.cz:tnl/cuckoohashing
· 3d161e09
kolusask
authored
Oct 01, 2020
3d161e09
Use placement new to populate TNL::Containers::Array
· 82fc36d7
kolusask
authored
Oct 01, 2020
82fc36d7
Sep 30, 2020
Makefile: added sanitizer flags
· d5de6c5f
Jakub Klinkovský
authored
Sep 30, 2020
d5de6c5f
Sep 29, 2020
Specify Pair class's constructor
· 3602d26c
kolusask
authored
Sep 29, 2020
3602d26c
Transform std::vector to TNL::Container::Array
· 0e53c821
kolusask
authored
Sep 29, 2020
0e53c821
Clear counter array before placing values
· 022a56ac
kolusask
authored
Sep 29, 2020
022a56ac
Sep 28, 2020
Fix indent
· 6069b3f2
kolusask
authored
Sep 29, 2020
6069b3f2
Fix include brackets
· eac8f0fb
kolusask
authored
Sep 29, 2020
eac8f0fb
Specialize GraphHash and add tests
· 461d5841
kolusask
authored
Sep 29, 2020
461d5841
Add HashGraph-based Map and Set
· cee740cf
kolusask
authored
Sep 28, 2020
cee740cf
Move Pair and Value structs to their own headers
· d94604ab
kolusask
authored
Sep 28, 2020
d94604ab
Fix HashGraph's methods' prototypes
· b7060e14
kolusask
authored
Sep 28, 2020
b7060e14
Move classes into folders
· bdb0d29e
kolusask
authored
Sep 28, 2020
bdb0d29e
Add HashGraph class
· ed9f8548
kolusask
authored
Sep 28, 2020
ed9f8548
Move key finding logic into parent class
· 07ff3411
kolusask
authored
Sep 28, 2020
07ff3411
Make numer of hash function 6
· b3498ff1
kolusask
authored
Sep 28, 2020
b3498ff1
Sep 25, 2020
Minor fixes in tests
· 9a1a7f83
kolusask
authored
Sep 25, 2020
9a1a7f83
Add set tests with triangles
· 6c45f8e5
kolusask
authored
Sep 25, 2020
6c45f8e5
Forbid adding the duplicates
· e7aa2fbb
kolusask
authored
Sep 25, 2020
e7aa2fbb
Loading