Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

0.3.0

Choose a tag to compare

@bodil bodil released this 29 Aug 14:11
· 111 commits to master since this release
0.3.0
62ab7e7

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 of From<InlineArray> which is considerably faster than going via iterators.