lnx-search / lnx

⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine.
https://lnx.rs
MIT License
1.23k stars 46 forks source link

[ Performance ] update symspell to use custom fork #48

Closed ChillFish8 closed 2 years ago

ChillFish8 commented 2 years ago

This adds/swaps our usage of the symspell crate on my original fork to the org's fork.

This brings with it significant memory saving optimisations most notably due to de-duplication and around a ~1.5-2x performance boost.