Commit 6fee1b0
committed
Version 0.6.3
Changes in this release:
* 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 dev-dependency on `bincode` (#102)
* Update to build without `std` on current Rust nightly (#104)
* Additional benchmarks (#95, #97).1 parent 8fd2b9b commit 6fee1b0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments