nazarovsa / csharp-zero-allocationLinks
Contains materials about memory optimization and zero-allocation samples.
☆123Updated 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#☆176Updated 10 months ago
- LINQ for Span<T>, without memory allocations.☆279Updated last year
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆246Updated last year
- Implementation in C# of LINQ concept with struct☆305Updated last year
- Faster.Map is a high-performance, memory-efficient HashMap. Designed for extreme speed and scalability, it includes specialized implement…☆117Updated 4 months ago
- C# implementation of a Rope<T> immutable data structure.☆123Updated 8 months ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆190Updated last year
- Pure DI for .NET☆684Updated 2 weeks ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆311Updated 2 months ago
- .NET tool to analyze size of Native AOT binaries.☆385Updated last week
- A .NET MessagePack serialization library with great performance and simplicity.☆101Updated this week
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆193Updated 2 months ago
- ☆169Updated 2 years ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆261Updated last month
- Memory pools, non-allocating LINQ, traffic-free collections☆107Updated 4 years ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆221Updated last month
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆158Updated 8 months ago
- Benchmarking LINQ and alternative implementations☆184Updated last year
- Concurrent collections and synchronization primitives for writing fast multithreaded and asynchronous code☆88Updated 5 months ago
- A tool to visualize the activity of the .NET garbage collector.☆182Updated last year
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆134Updated 2 years ago
- Json library that uses .NET 5 Source Generators☆150Updated 3 years ago
- Reflectionless reflection☆73Updated last year
- Write scripts with the power of C# and .NET☆239Updated 3 years ago
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.☆168Updated 2 months ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 3 years ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆83Updated 8 months ago
- Zero Allocation Writer/Reader Parser for .NET Core☆303Updated 11 months ago
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆106Updated last month
- A source generator that automatically migrates your logging calls to the LoggerMessage version☆102Updated last month