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

Add dynamic handler to attempt to use AIO segment system and default back to blocking impl #112

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

On linux, we want to try use the AIO system when we can, but this might not always be available to us, so we should fall back to the blocking API if we encounter this.

ChillFish8 commented 1 year ago

Closed by #114