SmallVec is amazing for a bit of inline storage, and convenient spill for larger values: Exactly the principle behind EcoString.
Having to choose between SmallVec and EcoVec can be difficult; has any thought been given to, or is there any interest in, creating an EcoSmallVec where N elements are stored inline before spilling to the allocated mode?
SmallVecis amazing for a bit of inline storage, and convenient spill for larger values: Exactly the principle behind EcoString.Having to choose between SmallVec and EcoVec can be difficult; has any thought been given to, or is there any interest in, creating an
EcoSmallVecwhere N elements are stored inline before spilling to the allocated mode?