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#☆71Updated 4 months ago
- High-performance network packet decoding and packet decoder source generator☆39Updated 6 months ago
- Utilize async\await infrastructure to implement clean parallelism☆20Updated last month
- ☆22Updated 3 months ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- A light-weight, performant interval tree in C#☆30Updated 4 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆71Updated 2 years ago
- Simplified, but extremely fast protobuf encoder.☆17Updated last year
- Tiny and simple data format/serializer.☆22Updated this week
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- FrozenObjects serializer and deserializer☆92Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆63Updated last week
- The most revolutionary syntax visualizer☆76Updated 2 months ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Vectorized generic dictionary prototype☆25Updated 8 months ago
- C# version for the The One Billion Row Challenge☆32Updated last year
- A .NET MessagePack serialization library with great performance and simplicity. msgpack.org[C#]☆102Updated this week
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 10 months ago
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated last year
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆87Updated last year
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- A fast and low allocation StringBuilder for .NET.☆102Updated last month
- Code memory safety analysis☆14Updated 7 months ago
- ☆26Updated 6 months ago
- Example implementation of IValueTaskSource☆30Updated 2 years ago
- .NET library for working with Roslyn's syntax trees☆23Updated 2 weeks ago
- Fast SIMD-based UTF-8 Validation in C#☆44Updated 6 months ago
- C# port of @karpathy https://github.com/karpathy/llm.c☆65Updated 3 months ago