#benchmark
- Object Pools in C#: Examples, Internals and Performance Benchmarks
- FrozenDictionary under the hood: how fast is it comparing to Dictionary and why
- Как данные влияют на производительность
- Как ошибки в бенчмарке могут привести к неправильным выводам
- Как в FrozenDictionary подсчитываются коллизии хэша
- Создание массивов в C#: способы и производительность
- Быстрый расчёт остатка от деления
- Заглядываем под капот FrozenDictionary: насколько он быстрее Dictionary и почему
- Ускоряем Dictionary в C# при помощи структур и CollectionsMarshal
- The 16-Byte Rule: Unraveling the Performance Mystery of C# Structures
-
What is ReadOnlySpan
in C# and how fast is it comparing to strings? - Fastest way to extract a substring in C#
- Performance issues when using a method as a parameter in C#. Are they real?