Make FlatHashTable more memory-efficient
ilyaraz opened this issue · 2 comments
ilyaraz commented
Current implementation stores two indices per bucket, while we can easily get away with one.
ludwigschmidt commented
Yup, was on my todo list. The bit-packed version already does that.
ludwigschmidt commented
Addressed in #94 .