Oron Sharabi
Oron Sharabi
Hi @fulmicoton ! may I naively ask why the sstable couldn't actually be implemented as `Vec` rather than `Vec`? it seemed like fst was great for a local tantivy but...
I see, so fsts would have better `get` performance where the sstable blocks would have better iteration performance where the get op is used to for the usual search queries...
Hey, any news on this issue please? :)
Thank you @flakusha @asomers . I guess the `posix aio` doesn't work with linux right? so it's only on mac? I looked into `tokio-file` crate.
I see, thank you, I guess my only change getting it done is using `tokio-uring` which implements it or do something like this: ```rust let mut std_file = tokio_file.into_std().await; std_file.write_at(..);...
This looks great @asomers why didn't they accept it?