ivy.nvim/rust
Xymist d95d65c6a3 Use Rayon for sorting as well
- For completeness, but also for additional performance when there are
  extremely large numbers of results, use `par_sort_unstable_by()` for
  sorting the results. For most sane result sets this will not represent
  a significant speedup (for the Kubernetes benchmark it's around 1%)
  but as the set to be sorted grows the impact would be larger.
2022-08-26 16:36:34 +01:00
..
finder.rs Format and clippy 2022-08-26 10:25:05 +01:00
lib.rs Remove multithreading for sorting 2022-08-26 16:29:11 +01:00
matcher.rs Remove multithreading for sorting 2022-08-26 16:29:11 +01:00
sorter.rs Use Rayon for sorting as well 2022-08-26 16:36:34 +01:00
thread_pool.rs Format and clippy 2022-08-26 10:25:05 +01:00