Skip to content

Version 0.2.6

Latest

Choose a tag to compare

@laurmaedje laurmaedje released this 04 Aug 10:59
· 3 commits to main since this release
  • The conversion From<Vec<T>> for EcoVec<T> was optimized. It still has to allocate new storage, but copies all items in a single batch now (thanks to @bergkvist).