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