Skip to content

Releases: scalalang2/golang-fifo

v1.0.1

03 Jun 01:59
Compare
Choose a tag to compare

v1.0.1

June 03, 2024

IMPROVEMENTS

BUG FIXES

  • runtime error index out of range caused by nextCleanupBucket #32 by @Laisky

v1.0.0

06 Jan 04:29
Compare
Choose a tag to compare

v1.0.0

Feb 11, 2024

BREAKING CHANGES

FEATURES

IMPROVEMENTS

BUG FIXES

v0.1.3

08 Dec 08:53
Compare
Choose a tag to compare
  • Replace ringbuf with a linked list queue supported by container/list package.