nazarovsa / csharp-zero-allocation
Contains materials about memory optimization and zero-allocation samples.
☆107Updated 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
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆170Updated 7 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆244Updated 10 months ago
- Pure DI for .NET☆610Updated last week
- Faster.Map is a high-performance, memory-efficient alternative to Dictionary and ConcurrentDictionary in .NET. Designed for extreme speed…☆112Updated 2 weeks ago
- Memory pools, non-allocating LINQ, traffic-free collections☆103Updated 3 years ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆298Updated 2 weeks ago
- ☆169Updated 2 years ago
- Implementation in C# of LINQ concept with struct☆302Updated last year
- LINQ for Span<T>, without memory allocations.☆258Updated last year
- C# implementation of a Rope<T> immutable data structure.☆120Updated 4 months ago
- Benchmarking LINQ and alternative implementations☆178Updated last year
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆174Updated 2 weeks ago
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆122Updated 2 years ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆85Updated 5 months ago
- Fast and light BitWriter and BitReader.☆67Updated last year
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆251Updated 2 weeks ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆181Updated last year
- Span-ify your code: write high performance memory aware C#☆70Updated last week
- An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing …☆218Updated 4 months ago
- .NET tool to analyze size of Native AOT binaries.☆368Updated 3 months ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆150Updated 4 months ago
- A .NET MessagePack serialization library with great performance and simplicity.☆84Updated this week
- This .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide…☆53Updated 3 months ago
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆97Updated 2 weeks ago
- Concurrent collections and synchronization primitives for writing fast multithreaded and asynchronous code☆87Updated 2 months ago
- Alloc-free and fast replacement for Linq, with code generation☆305Updated 8 months ago
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.☆156Updated 3 months ago
- Zero Allocation Writer/Reader Parser for .NET Core☆299Updated 7 months ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆77Updated 2 years ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆210Updated 2 weeks ago