PSeitz

Results 106 comments of PSeitz

Would be really nice, if that could be merged

You may want to check out wasix https://wasmer.io/posts/announcing-wasix, they also got a version of tantivy working https://github.com/wasix-org/tantivy/tree/wasix

Cardinality detection will be part of the next release

Yes, splitting by whitespace will cover most cases. Not covered cases would e.g. compound words or stemming

@kornelski Thanks for the feedback. We are working on a concept for a more stable format. The next version will be breaking again though, since too many fundamentals will change...

Implemented in https://github.com/quickwit-oss/tantivy/pull/1325

This is from a profile from [tantivy-cli](https://github.com/quickwit-oss/tantivy-cli/). In the profile it seems most time is spent in the spin: ```rust for _ in 0..1 1 thread parse JSON -> 1...

Similar to https://github.com/plotters-rs/plotters/issues/211

It's milliseconds now. Parsing from Rfc3339 is not yet supported