nazarovsa / csharp-zero-allocationLinks
Materials about memory optimization and zero-allocation samples.
☆136Updated 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#☆178Updated last year
- Pure DI for .NET☆743Updated this week
- LINQ for Span<T>, without memory allocations.☆281Updated 2 years ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆248Updated last year
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆132Updated this week
- ☆171Updated 2 years ago
- Implementation in C# of LINQ concept with struct☆306Updated last year
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆195Updated last year
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.io[C#]☆134Updated last week
- Benchmarking LINQ and alternative implementations☆181Updated last year
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆271Updated last month
- C# implementation of a Rope<T> immutable data structure.☆130Updated last year
- A source generator that automatically migrates your logging calls to the LoggerMessage version☆111Updated 3 weeks ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆204Updated 2 months ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆222Updated 6 months ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆167Updated 5 months ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆323Updated last month
- .NET tool to analyze size of Native AOT binaries.☆424Updated 5 months ago
- This .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide…☆65Updated last month
- Write scripts with the power of C# and .NET☆247Updated 4 years ago
- A tool to visualize the activity of the .NET garbage collector.☆185Updated last year
- Easy to use SIMD accelerated Array and Span methods☆92Updated 3 years ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆82Updated last year
- Memory pools, non-allocating LINQ, traffic-free collections☆111Updated 4 years ago
- ☆65Updated last week
- Alloc-free and fast replacement for Linq, with code generation☆315Updated last year
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆137Updated 3 years ago
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆108Updated this week
- Dynamically compile and execute C# Code and Expressions at runtime. Also includes a light weight script templating engine using Handlebar…☆242Updated 2 months ago
- Concurrent collections and synchronization primitives for writing fast multithreaded and asynchronous code☆88Updated 5 months ago