xoofx / SuperluminalPerfLinks
SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.
☆40Updated last year
Alternatives and similar repositories for SuperluminalPerf
Users that are interested in SuperluminalPerf are comparing it to the libraries listed below
Sorting:
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated 2 years ago
- Playground for testing msbuild in a "server" mode☆16Updated last year
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- A .NET runtime, but in Rust. Because I can.☆13Updated last year
- An allocation free Task-like object for async methods☆40Updated last year
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- High-performance network packet decoding and packet decoder source generator☆40Updated 9 months 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
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- An analyzer for Non-Copyable structs.☆36Updated 3 years ago
- .NET library for working with Roslyn's syntax trees☆23Updated last week
- Vectorized generic dictionary prototype☆25Updated 10 months ago
- This XenoAtom.Interop project provides a set of C# libraries to interop with C/C++ libraries (musl, libgit2, sqlite, vulkan...)☆62Updated 5 months ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 7 years ago
- FrozenObjects serializer and deserializer☆92Updated 3 years ago
- This project aims to rename all C# intrinsic names to their more compact C/C++ counterparts that the industry uses.☆50Updated 4 years ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆54Updated last year
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆56Updated 2 years ago
- Generate plots for BenchmarkDotNet☆13Updated 11 months ago
- Fast Accessors for .Net☆33Updated 2 years ago
- Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.☆21Updated last year
- A light-weight, performant interval tree in C#☆32Updated 6 months ago
- Fast SIMD-based UTF-8 Validation in C#☆45Updated 8 months ago
- Proof-of-concept of a simple CPU profiler written in C#☆22Updated 4 months ago
- Utilities for working with streams and pipes☆12Updated last week
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- Basic Compilation Log support