Crates.io | smallbitvec |
lib.rs | smallbitvec |
version | 2.6.0 |
created_at | 2017-09-09 17:51:23.463071+00 |
updated_at | 2025-02-15 04:08:08.862453+00 |
description | A bit vector optimized for size and inline storage |
homepage | |
repository | https://github.com/servo/smallbitvec |
max_upload_size | |
id | 31201 |
size | 60,270 |
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.