MikePopoloski / StringFormatter
Zero-allocation string formatting for .NET.
☆343Updated 7 years ago
Alternatives and similar repositories for StringFormatter:
Users that are interested in StringFormatter are comparing it to the libraries listed below
- A native memory manager for .NET☆334Updated 7 years ago
- Low allocation re-implementation of LINQ-to-Objects☆214Updated 6 years ago
- For when you've had to use System.IO one time too many☆133Updated last year
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆762Updated 5 years ago
- ReSharper Heap Allocations Viewer plugin☆321Updated 3 weeks ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆497Updated last year
- Fast, idiomatic C# implementation of Flatbuffers☆528Updated this week
- Binary serializer for POCO objects☆375Updated 2 years ago
- LZ4 - ultra fast compression algorithm - for all .NET platforms☆371Updated 4 years ago
- Strings in a hurry.☆64Updated 8 years ago
- Assists in performing Roslyn-based code generation during a build.☆410Updated 4 years ago
- Extremely Fast Dependency Injection Library.☆182Updated 7 years ago
- .NET Reflection Made Fast and Simple ⛺☆293Updated 4 years ago
- A tool that helps to see an internal structure of the CLR types at runtime☆699Updated 2 years ago
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆647Updated 2 years ago
- Implementation of a lock-free dictionary on .Net.