adamradocz / FastestWaysInCSharp
The fastest ways to do things in C#.
☆13Updated last year
Alternatives and similar repositories for FastestWaysInCSharp:
Users that are interested in FastestWaysInCSharp are comparing it to the libraries listed below
- This library provides struct based collections for high performance and low memory usage☆33Updated 2 months ago
- C# version for the The One Billion Row Challenge☆31Updated 10 months ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆23Updated 2 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆80Updated 10 months ago
- Experiments in .NET Core diagnostics☆24Updated 8 months ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated 8 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆73Updated 10 months ago
- MSIL Reader☆36Updated last year
- A C# library for efficient bit-level reading and writing also adding bit field support☆47Updated last month
- Trimming down unnecessary bits out of Microsoft.Data.SqlClient☆15Updated 10 months ago
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆19Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆68Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆51Updated 3 years ago
- The most revolutionary syntax visualizer☆67Updated last week
- Span-ify your code: write high performance memory aware C#☆70Updated 11 months ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆54Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 5 months ago
- ☆20Updated 2 weeks ago
- Example implementation of IValueTaskSource☆31Updated last year
- Implementation for pooled in-memory streams for .NET☆39Updated 11 months ago
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆43Updated 2 years ago
- High performance C# implementation of the Snappy compression algorithm☆73Updated 3 weeks ago
- .NET library for working with Roslyn's syntax trees☆22Updated 11 months ago
- Code memory safety analysis☆13Updated 3 weeks ago
- Embed resource files more C# programmer friendly!☆68Updated 7 months ago
- ☆14Updated 3 years ago
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆38Updated 6 months ago
- Post-build IL optimizer and intermediate representation for .NET programs☆121Updated 3 weeks ago
- Tiny and simple data format/serializer.☆22Updated 2 weeks ago
- FrozenObjects serializer and deserializer☆90Updated 2 years ago