nazarovsa / csharp-zero-allocation
Contains materials about memory optimization and zero-allocation samples.
☆84Updated 9 months ago
Related projects ⓘ
Alternatives and complementary repositories for csharp-zero-allocation
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆152Updated 3 months ago
- Faster.Map is a high-performance, thread-safe key-value store designed to outperform the standard Dictionary and ConcurrentDictionary☆96Updated this week
- ☆160Updated last year
- Implementation in C# of LINQ concept with struct☆299Updated 10 months ago
- LINQ for Span<T>, without memory allocations.☆245Updated last year
- Easy to use SIMD accelerated Array and Span methods☆90Updated 2 years ago
- Fast and light BitWriter and BitReader.☆67Updated 8 months ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆157Updated 2 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆243Updated 5 months ago
- Memory pools, non-allocating LINQ, traffic-free collections☆101Updated 3 years ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆169Updated 8 months ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆79Updated last month
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆280Updated 2 months ago
- Alloc-free and fast replacement for Linq, with code generation☆287Updated 4 months ago
- Span-ify your code: write high performance memory aware C#☆67Updated 9 months ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆76Updated 2 years ago
- Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.☆268Updated last month
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆109Updated 2 years ago
- Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCol…☆111Updated last year
- .Net Binary Serializer - 17x faster than Protobuf and Messagepack, 2x faster than MemoryPack for C#, F# , VB, etc...☆71Updated last week
- C# implementation of a Rope<T> immutable data structure.☆81Updated 2 weeks ago
- ☆180Updated this week
- Benchmarking LINQ and alternative implementations☆174Updated 9 months ago
- Declarative Structured Concurrency for C#☆113Updated this week
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆240Updated 3 weeks ago
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆57Updated 2 years ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆137Updated this week
- .NET library for rational arithmetic based on a stack machine.☆49Updated last year
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆202Updated last month
- Concurrent collections and synchronization primitives for writing fast multithreaded and asynchronous code☆81Updated 6 months ago