This repository was archived by the owner on May 3, 2026. It is now read-only.
0.3.0
ADDED
- A new data structure,
InlineArray, which is a stack allocated array matching the size of a given type, intended for optimising for the case of very small vectors. Chunkhas an implementation ofFrom<InlineArray>which is considerably faster than going via iterators.