Crates.io | smallbitvec |
lib.rs | smallbitvec |
version | 2.5.3 |
source | src |
created_at | 2017-09-09 17:51:23.463071 |
updated_at | 2024-03-17 20:57:57.313836 |
description | A bit vector optimized for size and inline storage |
homepage | |
repository | https://github.com/servo/smallbitvec |
max_upload_size | |
id | 31201 |
size | 59,575 |
A bit vector that is the size of a pointer, and can store data either inline or
on the heap. Like the bit-vec
crate but optimized for small inline size and
reduced allocations.