meilisearch / grenad

Tools to sort, merge, write, and read immutable key-value pairs :tomato:

Home Page:https://docs.rs/grenad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the Sorter more precise about its RAM consumption

Kerollmops opened this issue · comments

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.