relab / bbhash

Implementation of the BBHash minimal perfect hash function
MIT License
1 stars 1 forks source link

Adds bcVector combining the bit and collision vectors in one struct #3

Closed meling closed 1 year ago

meling commented 1 year ago

This combines the bit vector and collision vector into a single struct to allow combined operations.