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. Chunk
has an implementation ofFrom<InlineArray>
which is considerably faster than going via iterators.