Skip to content

Releases: ibraheemdev/boxcar

0.2.7

07 Nov 23:22
Compare
Choose a tag to compare
  • Added Vec::clear for reusing a concurrent vector (#17).

0.2.6

08 Oct 07:35
Compare
Choose a tag to compare
  • Add Vec::push_with (#10)
  • Remove indices from debug output of Vec (#12)

0.2.5

03 Oct 02:19
Compare
Choose a tag to compare
  • no-std support.
  • const constructor for Vec.

0.2.4

01 Nov 19:20
Compare
Choose a tag to compare
  • Fix bug and hygiene of vec! macro (#5).

0.2.3

09 Sep 17:47
Compare
Choose a tag to compare
  • Implement Clone and Debug for Iter (#4).

0.2.2

29 Jul 19:49
Compare
Choose a tag to compare
  • Overall performance improvements (#3)

0.2.0

25 Jul 19:43
Compare
Choose a tag to compare
  • Added Vec::get_unchecked, Vec::get_mut, Vec::get_unchecked_mut
  • Fix: Vec<T> now required T: Sync to implement Sync
  • vec.iter() now yields (index, value), as indices may not be strictly sequential due to unfinished concurrent writes
  • vec.len() renamed to vec.count() to reflect that it does not guarantee all elements 0..vec.count() are initialized

0.1.0

13 Mar 20:26
6bd3d7e
Compare
Choose a tag to compare

Initial release 🎉