Skip to content
GitLab
Explore
Sign in
Commits · 3602d26c798ac01970c96ab2357c1371ef2f8f16
cuckoohashing
Browse files
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
Sep 24, 2020
Fix and optimize the tests
· 9625801f
kolusask
authored
Sep 24, 2020
9625801f
Sep 20, 2020
Add set tests
· 0b6d83c4
kolusask
authored
Sep 20, 2020
0b6d83c4
Fix minor bugs
· 4202c976
kolusask
authored
Sep 20, 2020
4202c976
Specialize CuckooHashSet
· 3cfe1489
kolusask
authored
Sep 20, 2020
3cfe1489
Move map test to a separate file
· 92309954
kolusask
authored
Sep 20, 2020
92309954
Generalize CuckooHashTable and specialize CuckooHashMap
· 1ed72a09
kolusask
authored
Sep 20, 2020
1ed72a09
Sep 11, 2020
Specialize tests for std::map
· a4757433
kolusask
authored
Sep 11, 2020
a4757433
Accept key by reference in find() method
· 197646f7
kolusask
authored
Sep 11, 2020
197646f7
Add table class as tests' template parameter
· f551a5af
kolusask
authored
Sep 11, 2020
f551a5af
Move table building into a separate function
· 13c58393
kolusask
authored
Sep 11, 2020
13c58393
Add copy constructor
· 2b24359e
kolusask
authored
Sep 11, 2020
2b24359e
Sep 10, 2020
Make tests template and specify for StaticArray
· fafc68ed
kolusask
authored
Sep 10, 2020
fafc68ed
Change hash function for StaticArray<3, int>
· e45f134b
kolusask
authored
Sep 10, 2020
e45f134b
Save hash function and provide default pair
· c9937b23
kolusask
authored
Sep 10, 2020
c9937b23
Specialize CuckooHashFunction<TNL::Containers::StaticArray<3, int>>
· bdefc3a7
kolusask
authored
Sep 10, 2020
bdefc3a7
Move headers
· 20240bc2
kolusask
authored
Sep 10, 2020
20240bc2
Merge branch 'master' of mmg-gitlab.fjfi.cvut.cz:tnl/cuckoohashing
· a1646099
kolusask
authored
Sep 10, 2020
a1646099
Make HashFunction a template class
· 940469c5
kolusask
authored
Sep 10, 2020
940469c5
Make HashFunction a template class
· 988cd11c
kolusask
authored
Sep 10, 2020
988cd11c
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
Loading