nazarovsa / csharp-zero-allocationLinks
Materials about memory optimization and zero-allocation samples.
☆137Updated last month
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#☆179Updated last year
- LINQ for Span<T>, without memory allocations.☆282Updated 2 years ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆249Updated last year
- C# implementation of a Rope<T> immutable data structure.☆130Updated last year
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆195Updated last year
- Implementation in C# of LINQ concept with struct☆309Updated 2 years ago
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.io[C#]☆143Updated this week
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆137Updated last month
- SharpDbg is a .NET managed code debugger supporting the Debug Adapter Protocol, implemented completely in C#/.NET☆256Updated last week
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆223Updated 7 months ago
- ☆172Updated 3 years ago
- Pure DI for .NET☆762Updated this week
- ☆65Updated last month
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆209Updated 4 months ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆270Updated 3 weeks ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆330Updated last month
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆108Updated 3 weeks ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆82Updated last year
- Reflectionless reflection☆77Updated last year
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆170Updated last week
- A tool to visualize the activity of the .NET garbage collector.☆187Updated last year
- Benchmarking LINQ and alternative implementations☆180Updated last year
- .NET tool to analyze size of Native AOT binaries.☆428Updated 6 months ago
- Memory pools, non-allocating LINQ, traffic-free collections☆111Updated 4 years ago
- Comptime brings meta-programming capabilities to C#, enabling compile-time code generation and evaluation.☆555Updated last month
- A source generator that automatically migrates your logging calls to the LoggerMessage version☆113Updated 2 months ago
- Write scripts with the power of C# and .NET☆247Updated 4 years ago
- Practical generic programming for .NET☆258Updated last week
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆137Updated 3 years ago
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.☆183Updated last month