зеркало из https://github.com/mozilla/gecko-dev.git
e2aa5b98a1
Actual code changes reviewed upstream in: https://github.com/servo/smallbitvec/pull/12 MozReview-Commit-ID: 3vKVPMovBj |
||
---|---|---|
.. | ||
benches | ||
src | ||
.cargo-checksum.json | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
smallbitvec
A bit vector that is only one word wide, and can store data either inline or
on the heap. Like the bit-vec
crate but optimized for small inline size and
reduced allocations.