bucket_count = entry_count/3 caused CHD construction failure on ~113K entry right partition (bucket too crowded → displacement search exhausted 65536 tries). entry_count/2 gives more buckets, trades ~19KB displacement overhead for reliable construction. |
||
|---|---|---|
| .. | ||
| alt_approaches.py | ||
| compile_mphf.py | ||
| compile_simple.py | ||
| compression_benchmark.py | ||
| dawg_fst_prototype.py | ||
| dict_compiler.py | ||
| fetch_dict.py | ||
| requirements.txt | ||
| test_compiler.py | ||