meilisearch / grenad

Tools to sort, merge, write, and read immutable key-value pairs :tomato:
https://docs.rs/grenad
MIT License
25 stars 3 forks source link

Make the Sorter more precise about its RAM consumption #3

Closed Kerollmops closed 3 years ago

Kerollmops commented 3 years ago

We must make sure that the capacity of the Sorters internal buffers isn't bigger than the requested limit. A first fix has been done in #2 but makes the Sorter maybe consume more RAM than expected.