
xxHash: the fastest hashing algorithm in the .NET ecosystem
How to use xxHash in C# for fast, stable hash computation without allocations
-->
How to use xxHash in C# for fast, stable hash computation without allocations
A deep dive into performance and internal implementation details of Object Pool pattern in C#
A deep dive into performance and internal implementation details of FrozenDictionary in .NET 8
Analyzing the hash collision counting algorithm in FrozenDictionary and its optimization using bitwise operations
An analysis of the optimized modulo calculation algorithm used in FrozenDictionary, compared to the classic approach