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.21k stars 46 forks source link

LNX-108: Add blocking implementation of merger and exporter systems. (Part 1/2) #110

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

This implements the wrapped blocking API for the merger and exporter system, this is designed to be compatible with the top 3 operating systems rather than the intended linux-only aio system.

This aims more towards compatibility than maximum performance as the assumption is that for large-scale work loads you will be running on linux anyway.