dice-group / dice-hash

https://dice-group.github.io/dice-hash/
GNU Affero General Public License v3.0
2 stars 1 forks source link

better invertible combine #19

Closed bigerl closed 7 months ago

bigerl commented 3 years ago

as pointed out here: https://github.com/martinus/robin-hood-hashing/issues/110#issuecomment-765210269

for dice_hash_invertible_combine you might want to have a look at https://www.preprints.org/manuscript/201710.0192/v1 The polynomial 3860031 + (h+y)2779 + (hy*2) looks good and fast enough

we should try out the polynomial for the dice_hash_invertible_combine

bigerl commented 7 months ago

superseded by #40