You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that there is a separate crate under the Tantivy project that also does bitpacking. So far as I can tell, the other crate does 64 bit compression and does not use SIMD, and the Tantivy project uses both crates. Is this correct?
Can I ask about the future of this crate? Will you be consolidating the two? What's the plan?
Also, it appears that the master branch is at version 0.8.3, but crates.io has 0.8.4. Is there some other repo somewhere I've missed?
The text was updated successfully, but these errors were encountered:
I noticed that there is a separate crate under the Tantivy project that also does bitpacking. So far as I can tell, the other crate does 64 bit compression and does not use SIMD, and the Tantivy project uses both crates. Is this correct?
That's correct
Can I ask about the future of this crate? Will you be consolidating the two? What's the plan?
Currently there's no plan to merge the two, they serve different purposes. big blocks of u32 used in the posting list vs various length u64
Also, it appears that the master branch is at version 0.8.3, but crates.io has 0.8.4. Is there some other repo somewhere I've missed?
Probably some locally uncommitted data? @fulmicoton
Also, it appears that the master branch is at version 0.8.3, but crates.io has 0.8.4. Is there some other repo somewhere > I've missed?
That's actually a mystery. I could not spot what branch was published. I must have messed up and Cargo pushed over the commit bumping the version.
I did cargo download the crate to check if we are facing something more malicious ... but the diff does not present anything suspicious..
I noticed that there is a separate crate under the Tantivy project that also does bitpacking. So far as I can tell, the other crate does 64 bit compression and does not use SIMD, and the Tantivy project uses both crates. Is this correct?
Can I ask about the future of this crate? Will you be consolidating the two? What's the plan?
Also, it appears that the master branch is at version 0.8.3, but crates.io has 0.8.4. Is there some other repo somewhere I've missed?
The text was updated successfully, but these errors were encountered: