relab / bbhash

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

Split out intermediate results from BBHash struct to new lvlData struct #2

Closed meling closed 1 year ago

meling commented 1 year ago

Split out intermediate results from BBHash struct into lvlData. Benchmark results indicate that this change does not impact the CPU time and allocations.