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 5 months ago
- ☆32Updated 7 months ago
- ☆22Updated 4 months ago
- A light-weight, performant interval tree in C#☆30Updated 5 months ago
- Tiny and simple data format/serializer.☆23Updated this week
- Simplified, but extremely fast protobuf encoder.☆17Updated last year
- C# version for the The One Billion Row Challenge☆33Updated last year
- FrozenObjects serializer and deserializer☆92Updated 3 years ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- Vectorized generic dictionary prototype☆25Updated 8 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- High-performance network packet decoding and packet decoder source generator☆40Updated 7 months ago
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated 2 years ago
- The most revolutionary syntax visualizer☆76Updated 2 months ago
- .NET library for working with Roslyn's syntax trees☆23Updated 2 weeks ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- This library provides struct based collections for high performance and low memory usage☆35Updated 10 months ago
- Utilize async\await infrastructure to implement clean parallelism☆20Updated 2 months ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- 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
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Display live statistics during .NET garbage collections☆13Updated last year
- Roslyn Source Code Generators with Examples☆87Updated this week
- Code memory safety analysis☆14Updated 8 months ago
- A fast and low allocation StringBuilder for .NET.☆101Updated 2 months ago
- Interop bindings for mimalloc.☆44Updated 6 months ago
- An analyzer for Non-Copyable structs.☆35Updated 3 years ago
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.org[C#]☆108Updated this week