nazarovsa / csharp-zero-allocationLinks
Contains materials about memory optimization and zero-allocation samples.
☆128Updated 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:
- LINQ for Span<T>, without memory allocations.☆282Updated 2 years ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆174Updated last year
- Implementation in C# of LINQ concept with struct☆304Updated last year
- Pure DI for .NET☆712Updated this week
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆247Updated last year
- ☆169Updated 2 years ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆313Updated 2 weeks ago
- C# implementation of a Rope<T> immutable data structure.☆127Updated 9 months ago
- Benchmarking LINQ and alternative implementations☆182Updated last year
- Memory pools, non-allocating LINQ, traffic-free collections☆109Updated 4 years ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆192Updated last year
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆222Updated 2 months ago
- Faster.Map is a high-performance, memory-efficient HashMap. Designed for extreme speed and scalability, it includes specialized implement…☆118Updated last month
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆266Updated 2 weeks ago
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.☆174Updated 4 months ago
- A source generator that automatically migrates your logging calls to the LoggerMessage version☆103Updated 2 weeks ago
- Concurrent collections and synchronization primitives for writing fast multithreaded and asynchronous code☆88Updated last month
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆136Updated 3 years ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆162Updated last month
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆106Updated last week
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆194Updated 2 weeks ago
- .NET tool to analyze size of Native AOT binaries.☆392Updated last month
- Easy to use SIMD accelerated Array and Span methods☆92Updated 2 years ago
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.org[C#]☆108Updated this week
- Write scripts with the power of C# and .NET☆243Updated 3 years ago
- Experimenting with dotnet runtime.☆256Updated this week
- Alloc-free and fast replacement for Linq, with code generation☆313Updated last year
- Zero Allocation Writer/Reader Parser for .NET Core☆305Updated last year
- High performance, thread-safe in-memory caching primitives for .NET☆551Updated last week
- This .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide…☆62Updated 2 weeks ago