18:08
2026-07-14
dev.to
developer-tools
The pool that got slower the more we shared it
A .NET developer discovered that using ArrayPool<byte>.Shared across threads caused a 20% CPU increase in a market-data gateway due to hidden lock contention in the framework's internal implementation…