v2.2.1
What's changed
- Fix a
ConcurrentLrubug where a repeated pattern of sequential key access could lead to unbounded growth. - Use Span APIs within
MpscBoundedBuffer/StripedMpscBuffer/ConcurrentLfuon .NET6/.NETCore3.1 build targets. ReducesConcurrentLfulookup latency by about 5-7% in the lookup benchmark.
Full changelog: v2.2.0...v2.2.1