adamradocz / FastestWaysInCSharpLinks
The fastest ways to do things in C#.
☆14Updated last year
Alternatives and similar repositories for FastestWaysInCSharp
Users that are interested in FastestWaysInCSharp are comparing it to the libraries listed below
Sorting:
- C# version for the The One Billion Row Challenge☆31Updated last year
- This library provides struct based collections for high performance and low memory usage☆34Updated 7 months ago
- Trimming down unnecessary bits out of Microsoft.Data.SqlClient☆16Updated last year
- Code memory safety analysis☆14Updated 5 months ago
- Experiments in .NET Core diagnostics☆24Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆39Updated 10 months ago
- A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtim…☆20Updated 4 years ago
- Span-ify your code: write high performance memory aware C#☆70Updated 2 months ago
- A light-weight, performant interval tree in C#☆28Updated 2 months ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 2 years ago
- Vectorized generic dictionary prototype☆24Updated 5 months ago
- Tiny and simple data format/serializer.☆22Updated this week
- The most revolutionary syntax visualizer☆72Updated this week
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆21Updated last year
- The example class library project, with code written in the CIL.☆19Updated 5 years ago
- Example implementation of IValueTaskSource☆30Updated last year
- Embed resource files more C# programmer friendly!☆71Updated last year
- MSIL Reader☆36Updated 2 years ago
- High-performance network packet decoding and packet decoder source generator☆39Updated 4 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- .NET library for working with Roslyn's syntax trees☆23Updated last month
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- Utilize async\await infrastructure to implement clean parallelism☆20Updated last month
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆55Updated last year
- ☆53Updated last week