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

Expose a new `SorterBuilder::sort_in_parallel` method #46

Closed Kerollmops closed 1 year ago

Kerollmops commented 1 year ago

This pull request exposes a new method to use rayon to sort the entries in parallel. This is not breaking as it only introduces a new rayon feature and SorterBuilder method.