#csharp
- FrozenDictionary under the hood: how fast is it comparing to Dictionary and why
- Как данные влияют на производительность
- Как ошибки в бенчмарке могут привести к неправильным выводам
- Как в FrozenDictionary подсчитываются коллизии хэша
- Создание массивов в C#: способы и производительность
- Быстрый расчёт остатка от деления
- Заглядываем под капот FrozenDictionary: насколько он быстрее Dictionary и почему
- Ускоряем Dictionary в C# при помощи структур и CollectionsMarshal
- Simplify Integration Testing with Testcontainers
- The 16-Byte Rule: Unraveling the Performance Mystery of C# Structures
- What's wrong with the Options pattern in C#?
-
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?
- How to call Program.Main method if you're using top-level statements
- Create secure React SPA + ASP.NET Web API with Keycloak OAuth2
- Understanding Domain-Driven Design. From Anemic Domain Model to Rich Domain Model.
- Impact of EF mapping strategy on SQL queries performance
- Функциональное программирование на F# (часть 2)
- Функциональное программирование на F# (часть 1)
- Коварный enum в .NET