Skip to content

v0.6.3

Compare
Choose a tag to compare
@mbrubeck mbrubeck released this 19 Jul 21:38
· 286 commits to v2 since this release
fcb1b7e
  • Fix possible double-free in insert_many when passed an iterator that panics in next (#103)
  • Add a new union feature (disabled by default) that reduces the size of the SmallVec struct (#94)
  • Improve performance of extend and from_elem (#93)
  • Improve performance of drop (#100)
  • Update to build without std feature on current Rust nightly (#104)
  • Additional benchmarks (#95, #97)
  • Update dev-dependency on bincode (#102)