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:
- Span-ify your code: write high performance memory aware C#☆73Updated last week
- A light-weight, performant interval tree in C#☆35Updated 8 months ago
- Code memory safety analysis☆14Updated 11 months ago
- Vectorized generic dictionary prototype☆25Updated last year
- Simplified, but extremely fast protobuf encoder.☆17Updated last year
- ☆34Updated 10 months ago
- Sample code to show how to walk the managed heap in C#☆32Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- ☆22Updated 7 months ago
- High-performance network packet decoding and packet decoder source generator☆40Updated 10 months ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆87Updated last year
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 3 years ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- A fork of Roslyn that adds an extension point that allows for arbitrary code modifications.☆39Updated last week
- C# version for the The One Billion Row Challenge☆33Updated last year
- A fast and low allocation StringBuilder for .NET.☆106Updated last month
- C# port of @karpathy https://github.com/karpathy/llm.c☆66Updated 7 months ago
- The most revolutionary syntax visualizer☆79Updated 6 months ago
- A .NET library for using reflection emit in a fluent way.☆33Updated last year
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Tiny and simple data format/serializer.☆22Updated 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
- This library provides struct based collections for high performance and low memory usage☆35Updated last year
- A lightweight, powerful and NativeAOT friendly command line parser .NET library.☆69Updated last year
- High performance C# implementation of the Snappy compression algorithm☆87Updated last week
- .NET library for working with Roslyn's syntax trees☆23Updated last month
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year