ivy.nvim/rust
Xymist de41712291 Return to using minimum_score
- Update the provided `minimum_score` in `sorter::Option::new` to match
  what was being used in `sort_strings`
- Use the `minimum_score` value instead of a hardcoded number

This seems like functionality that was either intended and not added, or
added and then part removed. Either way the performance impact is
minimal and it's a nice idea.
2022-08-26 16:40:12 +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 Return to using minimum_score 2022-08-26 16:40:12 +01:00
thread_pool.rs Format and clippy 2022-08-26 10:25:05 +01:00