Skip to content

ascv0228/elastic-funnel-hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optopenhash_cpp

g++ -c src/elastic_hashing.cpp -o elastic_hashing.o -std=c++17
g++ -c src/funnel_hashing.cpp -o funnel_hashing.o -std=c++17
g++ -c test.cpp -o test.o -std=c++17

g++ -o test test.cpp src/elastic_hashing.cpp src/funnel_hashing.cpp -std=c++17
./test.exe

參考:

optopenhash

mason276752

HINT:

不知道為甚麼 elastic_hashing 的測試一直錯

thank xyz-whu-coder

About

based on the paper "Optimal Bounds for Open Addressing Without Reordering"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published