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
784 stars 92 forks source link

fix compile for gcc 13.2 #46

Closed bftjoe closed 6 months ago

bftjoe commented 8 months ago

Without this, it fails to compile with

PGM-index/include/pgm/morton_nd.hpp:59:11: error: ‘uint64_t’ does not name a type

gvinciguerra commented 6 months ago

Thanks