A test of on-disk extendible hashing algorithm
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Noah Pederson 7b47c2511e Fixes a silent problem with the segment_split 7 months ago
.gitignore Goes back to a separate index file 10 months ago
README.md adds readme 10 months ago
cceh.py Fixes a silent problem with the segment_split 7 months ago
dir_reader.py Some bug fixes, I think 9 months ago
diskhash.py Minor cleanup 9 months ago
random_strings.py Goes back to a separate index file 10 months ago
random_strings_cceh.py Adds a random strings script variant for cceh 9 months ago
segment_reader.py Some debug tooling, minor fixes (I think) 9 months ago
test_cceh.py Some CCEH implementation 10 months ago
test_diskhash.py Fixes test 10 months ago

README.md

diskhash

A test of on-disk extendible hashing algorithm

Dependencies

fnv1a