meilisearch/milli
Clément Renault 0013236e5d
Fix the LMDB and heed invalid interactions.
It is undefined behavior to keep a reference to the database while
modifying it, we were keeping references in the database and also
feeding the heed put_current methods with keys referenced inside
the database itself.

https://github.com/Kerollmops/heed/pull/108
2021-06-28 16:19:02 +02:00
..
src Fix the LMDB and heed invalid interactions. 2021-06-28 16:19:02 +02:00
tests Fix PR comments 2021-06-17 15:19:03 +02:00
Cargo.toml Bump milli to 0.6.0 2021-06-23 17:30:26 +02:00