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#☆72Updated 6 months ago
- Utilize async\await infrastructure to implement clean parallelism☆20Updated 3 months ago
- High-performance network packet decoding and packet decoder source generator☆40Updated 8 months ago
- .NET library for working with Roslyn's syntax trees☆23Updated last week
- Simplified, but extremely fast protobuf encoder.☆17Updated last year
- Code memory safety analysis☆14Updated 10 months ago
- Vectorized generic dictionary prototype☆25Updated 10 months ago
- ☆34Updated 8 months ago
- C# version for the The One Billion Row Challenge☆33Updated last year
- Tiny and simple data format/serializer.☆22Updated last week
- This library provides struct based collections for high performance and low memory usage☆35Updated 11 months ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- An analyzer for Non-Copyable structs.☆37Updated 3 years ago
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- ☆22Updated 6 months ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- A light-weight, performant interval tree in C#☆31Updated 6 months ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated last year
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated 2 years ago
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.io[C#]☆122Updated this week
- High performance SIMD operations in c#☆46Updated 6 years ago
- Fast SIMD-based UTF-8 Validation in C#☆45Updated 8 months ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆88Updated last year
- Create zero allocation capturing struct lambdas!☆11Updated last year
- The most revolutionary syntax visualizer☆77Updated 4 months ago
- A fast and low allocation StringBuilder for .NET.☆102Updated 2 weeks ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- ☆57Updated this week
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago