nazarovsa / csharp-zero-allocation
Contains materials about memory optimization and zero-allocation samples.
☆116Updated last year
Alternatives and similar repositories for csharp-zero-allocation
Users that are interested in csharp-zero-allocation are comparing it to the libraries listed below
Sorting:
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆173Updated 8 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆245Updated 11 months ago
- Faster.Map is a high-performance, memory-efficient alternative to Dictionary and ConcurrentDictionary in .NET. Designed for extreme speed…☆114Updated 2 months ago
- LINQ for Span<T>, without memory allocations.☆262Updated last year
- C# implementation of a Rope<T> immutable data structure.☆122Updated 6 months ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆84Updated 6 months ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆184Updated last year
- Pure DI for .NET☆652Updated this week
- Implementation in C# of LINQ concept with struct☆302Updated last year
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆302Updated this week
- Benchmarking LINQ and alternative implementations☆182Updated last year
- A .NET MessagePack serialization library with great performance and simplicity.☆88Updated this week
- Memory pools, non-allocating LINQ, traffic-free collections☆106Updated 4 years ago
- ☆169Updated 2 years ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆180Updated this week
- A tool to visualize the activity of the .NET garbage collector.☆180Updated 10 months ago
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆102Updated this week
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆217Updated this week
- Concurrent collections and synchronization primitives for writing fast multithreaded and asynchronous code☆87Updated 3 months ago
- Alloc-free and fast replacement for Linq, with code generation☆308Updated 10 months ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 2 years ago
- Reflectionless reflection☆70Updated 11 months ago
- Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.☆294Updated this week
- .NET tool to analyze size of Native AOT binaries.☆377Updated last month
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆128Updated 2 years ago
- Json library that uses .NET 5 Source Generators☆148Updated 3 years ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆153Updated 5 months ago
- Span-ify your code: write high performance memory aware C#☆70Updated last month
- Fast and light BitWriter and BitReader.☆68Updated last year
- This .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide…☆57Updated this week