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
- Simplified, but extremely fast protobuf encoder.☆17Updated 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
- ☆33Updated 8 months ago
- The most revolutionary syntax visualizer☆76Updated 3 months ago
- ☆22Updated 5 months ago
- Vectorized generic dictionary prototype☆25Updated 9 months ago
- Code memory safety analysis☆14Updated 9 months ago
- A fast and low allocation StringBuilder for .NET.☆101Updated 2 months ago
- High-performance network packet decoding and packet decoder source generator☆40Updated 8 months ago
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated 2 years ago
- Tiny and simple data format/serializer.☆22Updated this week
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- Utilize async\await infrastructure to implement clean parallelism☆20Updated 3 months ago
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆27Updated 2 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Managed port of mimalloc.☆44Updated 7 months ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 11 months ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆88Updated last year
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 11 months ago
- This library provides struct based collections for high performance and low memory usage☆35Updated 10 months ago
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.io[C#]☆115Updated this week
- Create zero allocation capturing struct lambdas!☆11Updated last year
- C# version for the The One Billion Row Challenge☆33Updated last year
- Library for obtaining and analyzing the codegen of JIT for .NET. Can be used for both tests (assertions) and making reports (benchmarks).☆25Updated 2 years ago
- A light-weight, performant interval tree in C#☆31Updated 5 months ago
- FrozenObjects serializer and deserializer☆92Updated 3 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