xoofx / SharpNngLinks
SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG
☆45Updated 2 years ago
Alternatives and similar repositories for SharpNng
Users that are interested in SharpNng are comparing it to the libraries listed below
Sorting:
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆77Updated last week
- Playground for testing msbuild in a "server" mode☆16Updated last year
- A .NET library for using reflection emit in a fluent way.☆33Updated last year
- Vectorized generic dictionary prototype☆26Updated last year
- Sample code to show how to walk the managed heap in C#☆32Updated last year
- .NET library for working with Roslyn's syntax trees☆23Updated 2 months ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆48Updated last year
- High-performance network packet decoding and packet decoder source generator☆41Updated last year
- An allocation free Task-like object for async methods☆40Updated last year
- Fast Accessors for .Net☆33Updated 3 years ago
- Proof-of-concept of a simple CPU profiler written in C#☆22Updated 7 months ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- Generate plots for BenchmarkDotNet☆13Updated last year
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆54Updated last year
- 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
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 7 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 3 years ago
- A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and …☆36Updated last year
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 5 years ago
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆57Updated 2 years ago
- A .NET Standard 2.1+ Library to perform string parsing operations on Streams and StreamReaders. Includes Extensions for Regex.☆20Updated 3 months ago
- Tiny and simple data format/serializer.☆22Updated 2 months ago
- Composable subset of the VS-Editor platform that's UI-agnostic to allow cross-platform unit-testing scenarios☆28Updated 5 years ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆57Updated 2 years ago
- ☆24Updated 5 years ago
- A light-weight, performant interval tree in C#☆36Updated 9 months ago
- A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtim…