scalablecory / NetworkToolkit
This project contains networking primitives for use with .NET.
☆94Updated 4 years ago
Alternatives and similar repositories for NetworkToolkit:
Users that are interested in NetworkToolkit are comparing it to the libraries listed below
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- FrozenObjects serializer and deserializer☆91Updated 2 years ago
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆61Updated last week
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 5 years ago
- .NET Serializer testing framework☆76Updated 2 years ago
- Analyzers checking System.Reflection☆81Updated last year
- Low level ASP.NET Core example Web server☆104Updated 3 years ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 6 months ago
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated 10 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Base64 encoding / decoding with SIMD-support, also base64Url☆60Updated last year
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆43Updated 2 years ago
- ☆37Updated 7 years ago
- The Try monad (Error/Exceptional monad) for C#☆59Updated last year
- Visual Studio Extension for running BenchmarkDotNet Benchmarks.☆50Updated 6 years ago
- A modern compile-time generated interception/proxy library☆139Updated last year
- A set of generators helping dealing with structs in C#☆47Updated 3 years ago
- Example implementation of IValueTaskSource☆30Updated last year
- A .NET utility library to spawn, supervise and (optionally) cleanly shut down child processes.☆128Updated 10 months ago
- C# Source Generator for UTF-8 binary literal☆141Updated 7 months ago
- IDisposable helper types.☆127Updated last year
- Linq for Span<T> using SourceGenerators☆53Updated 3 years ago
- An In-Memory version of the Roslyn compiler that can be used to debug components in the Roslyn pipeline☆112Updated 4 years ago
- Generates valid, readable C# from an Expression Tree.☆169Updated 2 weeks ago
- A high performance pubsub client/server implementation for .NET Core☆132Updated 4 years ago
- Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure☆97Updated 6 years ago
- A set of source generators for equality, immutability, ...☆91Updated 2 years ago
- High-performance network packet decoding and packet decoder source generator☆38Updated 2 months ago
- Generating async c# code using Roslyn