String-like container based on smallvec
'Small string' optimization: store small strings on the stack using smallvec
A collection of data structures optimized for small-buffer scenarios that reside on the stack and seamlessly spill to the heap.
A String-like but using SmallVec internally
A 1-word SSO string that saves up to 24 bytes over String.
Fixed capacity stack based generic string
Collection of Optimized Data Structures
Rust SDK for the Phantasma blockchain with support for the Phoenix chain update
A library to handle transcripts for genomics and transcriptomics
Atomic computational structures - Option, Result, Vec, HashMap built from nucleus
For really big vectors: allocate on disk
Yet another string for Rust: zero-cost borrow and slicing, inline representation for small strings, (atomic) reference counting