ellenhp / airmail

Lightweight geocoder in pure Rust
https://airmail.rs/
Apache License 2.0
292 stars 3 forks source link

New remote directory implementation with mmap and userfaultfd #5

Closed ellenhp closed 5 months ago

ellenhp commented 5 months ago

Airmail now only supports Linux, and a user running airmail_service with a remote index must have access to the /dev/userfaultfd device.

This PR also enables sstable termdicts, which really speed up queries against remote indices. Going to push to production soon.