Skip to content

v2.5.2

Compare
Choose a tag to compare
@bitfaster bitfaster released this 15 Sep 01:04
· 32 commits to main since this release
be68ba5

What's changed

  • Fix race between update and TryRemove(KeyValuePair) for both ConcurrentLru and Fix ConcurrentLfu. Prior to this fix, values may be deleted if the value is updated to no longer match the TryRemove input argument while TryRemove is executing.
  • Fix ConcurrentLfu torn writes for large structs using SeqLock.

Full changelog: v2.5.1...v2.5.2