gvinciguerra / PGM-index

🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes
https://pgm.di.unipi.it/
Apache License 2.0
775 stars 91 forks source link

big floats indexing issue #23

Closed mrsndmn closed 3 years ago

mrsndmn commented 3 years ago

Notebook to reproduce issue with pygm

Unfortunately I have not discovered a cause of the error. But I see this issue is only reproducible for floats that are bit enough.

mrsndmn commented 3 years ago

I updated the link. Now notebook should to be visible to everyone

gvinciguerra commented 3 years ago

Thanks @mrsndmn! 😉

I'll update also the PGM-index submodule inside pygm in the following days.