nazarovsa / csharp-zero-allocationLinks
Materials about memory optimization and zero-allocation samples.
☆135Updated 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#☆179Updated last year
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆247Updated last year
- Implementation in C# of LINQ concept with struct☆305Updated last year
- LINQ for Span<T>, without memory allocations.☆281Updated 2 years ago
- Experimenting with dotnet runtime.☆294Updated 2 weeks ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆195Updated last year
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆128Updated last month
- ☆170Updated 2 years ago
- Pure DI for .NET☆738Updated 3 weeks ago
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.io[C#]☆133Updated this week
- C# implementation of a Rope<T> immutable data structure.☆130Updated last year
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆222Updated 6 months ago
- Write scripts with the power of C# and .NET☆247Updated 4 years ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆270Updated 2 weeks ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆321Updated 2 weeks ago
- Benchmarking LINQ and alternative implementations☆181Updated last year
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆136Updated 3 years ago
- Utf8 based StreamReader for high performance text processing.☆243Updated 2 months ago
- A tool to visualize the activity of the .NET garbage collector.☆184Updated last year
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆205Updated 2 months ago
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.☆178Updated last month
- Zero Allocation Writer/Reader Parser for .NET Core☆320Updated last year
- .NET tool to analyze size of Native AOT binaries.☆423Updated 4 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆565Updated last month
- A meta-programming framework for code generation, aspect-oriented programming, and architecture verification of large C# codebases.☆363Updated last week
- This .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide…☆65Updated 3 weeks ago
- A source generator that automatically migrates your logging calls to the LoggerMessage version☆110Updated this week
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆166Updated 4 months ago
- Reflectionless reflection☆76Updated last year
- A Roslyn source generator for creating constructors.☆102Updated this week