Skip to content

0.3.0

Compare
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.