Clément Renault
Clément Renault
Hey @not-jan, Thank you very much for your work, I appreciate the `RoaringTreemap::insert_range` method, however, I would prefer that we don't remove the `retain_mut` dependency right now as I described...
> As far as I can tell, with the introduction of raft_heap->aligned_free() and the internal posix_fallocate emulation code there road should now be paved for completing this work. It seems...
Why not a `$HOME/.cargo/.completion.zsh` file followed by this in your `.zshrc`: ``` zsh # ... source $HOME/.cargo/.completion.zsh ``` Each time you update rustup, the file is updated and you don't...
I just tried you branch, removed all the `[[xxx]] required-features = ["serde"]` configurations lines and run tests and benches without having the compiler to complain. Do you think those are...
Hum... You are right :) Just tried.
> When a write transaction frees a page it is pushed into a queue, and only reused after all read transactions that could reference it have completed. 1. I was...
Yeah, I read the PR description and it seems to be a lot of work, I should thank you for all your work again! The `sans-io` feature is impressive indeed...
Same issue for me. All is correctly configured...
Hey everyone! This error is triggered in the indexation process when there is no more available disk space, it can be strange that this issue is triggered as there looks...
We have done a meeting yesterday (@irevoire, @loiclec, and myself) to evaluate the time it would take to design the new scheduler designed to support all of the features listed...