relab / bbhash

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

Integrated construction of a reverse index #1

Closed meling closed 1 year ago

meling commented 1 year ago

This implements an integrated reverse index created together with the BBHash itself. The solution requires iterating over the keys an additional time to find the hash indices to associate with each of the keys.