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 8 months ago
- MSIL Reader☆36Updated 2 years ago
- Trimming down unnecessary bits out of Microsoft.Data.SqlClient☆16Updated last week
- Span-ify your code: write high performance memory aware C#☆70Updated 3 months ago
- Experiments in .NET Core diagnostics☆24Updated 2 weeks ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆39Updated 11 months ago
- Vectorized generic dictionary prototype☆24Updated 6 months ago
- A light-weight, performant interval tree in C#☆29Updated 3 months ago
- Code memory safety analysis☆14Updated 6 months ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- Prototype NET (CLR) Profiler written in C#☆26Updated last year
- ☆25Updated 5 months ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆56Updated 2 years ago
- Low-level utilities and tools for working with the CLR and memory.☆37Updated last month
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆85Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated 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
- 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
- Embed resource files more C# programmer friendly!☆71Updated last year
- Compare and Diff assemblies from different sources. Useful for determining what changes are introduced across versions, and if any are br…☆63Updated 4 months ago
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years 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
- The most revolutionary syntax visualizer☆73Updated 3 weeks ago
- 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
- FrozenObjects serializer and deserializer☆92Updated 2 years ago
- Parse any type from string in efficient way☆35Updated last month
- A fully managed .NET library for interception of binary functions.☆37Updated 3 years ago
- Non-boxing passing of values.☆28Updated 11 months ago