-
smallvec
'Small vector' optimization: store up to a small number of items on the stack
-
range-collections
Sets and maps of ranges, backed by smallvec
-
range-set
Smallvec-backed containers of sorted integer ranges
-
small-map
An inline SIMD accelerated hashmap designed for small amount of data
-
vec-collections
Rust collections that are newtype wrappers around smallvec
-
wordvec
A compact
SmallVec<T>-like container with onlyalign_of::<T>()overhead for small stack-only instances -
mediumvec
Vector types optimized for space, including a 32-bit Vec
-
ittybitty
An itty bitty bitset to hold your itty bitty bits
-
poem-stackvec
stack-allocated vector types for poem_openapi route parameters
-
bankarr
Array-like but growable vectors
-
smallvec-wrapper
Macro and common structs to play with
smallvec -
smolset
" An unordered set of elements optimized for small sizes. This is a fork of the original library with overhauled internals, better fallback perforamance (O(1) insert and find) and more features!
-
segvec
data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size
-
hybridmap
Hybrid map using smallvec and the std hashmap
-
non_empty_continuous
Non-empty continuous collections
-
small-ord-set
A set data-structure represented by a sorted
SmallVec -
stack
DSTs and arrays on the stack!
-
calf-vec
Small copy-on-write arrays, essentially combining
SmallVecandCow -
small_str
A String-like but using SmallVec internally
-
few
A generalization of
std::Optionallowing for up to two optional values -
smallgraph
A small graph based on smallvec
-
smallvec-stableunion
Fork of the crate smallvec. Uses unions in stable rust. Please note that it can only store Copy types. No functional differences apart from that.
-
smallbox2
stack-preferred Box alternative
-
plain-map
map that uses small_vec as backing storage, which is useful for having many tiny maps. For storing non-Copy types please use v1.x which is also supported.
-
small_vec
vector optimized for small buffers
-
smallset
An unordered set of elements optimized for small sizes
-
smallstring
'Small string' optimization: store small strings on the stack using smallvec
-
smalltree
A small tree based on smallvec
-
smallvectune
Wrapper for SmallVec that writes out capacity information
Try searching with DuckDuckGo.