xperiandri / StringBuilderExtensions
String Builder Extensions is a set of extension methods for System.Text.StringBuilder that provide the same functionality as corresponding methods of System.String.
☆11Updated 5 years ago
Alternatives and similar repositories for StringBuilderExtensions
Users that are interested in StringBuilderExtensions are comparing it to the libraries listed below
Sorting:
- aot mock source generator☆10Updated 2 years ago
- US-ASCII transliterations of Unicode text. It supports almost all unicode letters, including Chinese, Cyrillic, Umlauts and etc.☆13Updated 4 years ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 5 years ago
- A C# library for creating long-running tasks and background workers.☆22Updated 10 months ago
- Playing around to make a high-performance prefix tree implementation in C#☆18Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 9 months ago
- Extensions for the Unity DI container☆11Updated 7 years ago
- C# reflection wrappers that provide portable, faster, and more natural APIs☆38Updated 8 years ago
- A bitstream that offers (de)serialization in binary format☆11Updated 3 years ago
- Blazing fast collection implementation in unmanaged heap written in modern C#, useful for buffers you have to pass the pointer to native …☆18Updated 3 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- This is a library for .NET that allows you to invoke an external process, and expose its output as an async stream in C# 8.0.☆24Updated 10 months ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 7 years ago
- C# localizable zero-allocation format string generator☆16Updated last month
- JIT codegen inspector for Unity