Clément Renault
Clément Renault
Hey @asg017, I tried your version on my iMac (3,6 GHz Intel Core i9, 8 cores) and unfortunately, I am not seeing better timings than the best Rust ones. ```bash...
Hey @aersam, > Any chance to get this running? I'm trying to use roaring-rs to decode deltalake's deletion vectors and this is the last blocker I have [We worked on...
Hey @aersam, Would it be possible for you to try [this PR in your project](https://github.com/RoaringBitmap/roaring-rs/pull/255) and tell me that everything works fine, please? This PR makes it possible to read...
> I think I can properly test the indexes on monday, if you want That would be great, I added a test that makes sure that bitmaps are correctly deserialized...
Hey @dave-greeko, You can probably [look that this PR](https://github.com/BurntSushi/fst/pull/104) and copy/paste the code until it is merged. Have a nice day 💎
If you want to be more efficient you can install (from brew for example) `multirust` [github](https://github.com/brson/multirust), [brew formula](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/multirust.rb). **Don't forget too uninstall rust previously, (multirust installation is really fast), it...
Hey everybody 👋 I'm sorry for not getting back to you sooner. We should provide a guide explaining the right way to index large documents. Meilisearch is better at handling...
Hey @sznowicki 👋 Thank you for the issue and report. The `MDB_CORRUPTED` kind of errors is clearly showing that the database is corrupt on disk. It brings the question of...
> Possibly something went wrong when I moved the data from one disk to another. Ho! Indeed, copying a file while it is being written to (indexing documents) is unsafe...
Thank you very much @sgued for this detailed explanation, I just pushed a commit to catch the possible panics of the checksum and encryption functions. Unfortunately, there is no way...