Skip to content

Add optional compression directly into ThinVec

Latest

Choose a tag to compare

@trueb2 trueb2 released this 30 Jul 16:00
18dd75e

This can be useful for firmware where the stack/static size of the Vec may be inhibitive. ThinVec requires one pointer to a heap allocated buffer that holds the length and capacity.

The thin-vec feature is disabled by default.