Skip to content

Releases: NULLx76/ringbuffer

0.16.0

Choose a tag to compare

@NULLx76 NULLx76 released this 11 Jul 15:31
8aaaec8

What's Changed

  • Implement nth and nth_back to provide a O(1) way of skipping through elements by @cdellacqua in #142
  • Increase copy speed by orders of magnitude by @cdellacqua in #142

Full Changelog: 0.15.0...v0.16.0

0.15.0

Choose a tag to compare

@jdonszelmann jdonszelmann released this 15 Sep 12:47

What's Changed

New Contributors

Full Changelog: 0.13.0...0.15.0

v0.13.0

Choose a tag to compare

@NULLx76 NULLx76 released this 16 Apr 09:44

Ringbuffer now no longer requires power of two capacity (though performance is decreased in this case).

v0.11.1

Choose a tag to compare

@NULLx76 NULLx76 released this 12 Dec 15:10
  • added iter_mut
  • clarified msrv to be 1.59 and added CI to check this
  • Improved test coverage

v0.10.0

Choose a tag to compare

@NULLx76 NULLx76 released this 26 Oct 07:25

v0.9.0

Choose a tag to compare

@NULLx76 NULLx76 released this 16 Oct 14:01
78d02b5

v0.8.5

Choose a tag to compare

@NULLx76 NULLx76 released this 26 Aug 09:23
version 0.8.5

v0.8.4

Choose a tag to compare

@NULLx76 NULLx76 released this 07 Apr 11:35
0.8.4

Version 0.7.1

Choose a tag to compare

@NULLx76 NULLx76 released this 18 Apr 10:55

Version 0.6.0

Choose a tag to compare

@NULLx76 NULLx76 released this 13 Apr 15:15
  • Adds additional iterator traits added in #42 by @bgamari