cocowalla / wyhash-dotnetLinks
Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG
☆55Updated last year
Alternatives and similar repositories for wyhash-dotnet
Users that are interested in wyhash-dotnet are comparing it to the libraries listed below
Sorting:
- Tiny and simple data format/serializer.☆22Updated this week
- Low level RESP handling tools for .NET, intended for consumption by other libraries☆43Updated 2 weeks ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- .NET Serializer testing framework☆75Updated 2 years ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- High-performance network packet decoding and packet decoder source generator☆39Updated 4 months ago
- FrozenObjects serializer and deserializer☆92Updated 2 years ago
- The combined Langly runtime☆33Updated 3 years ago
- A .NET library for using reflection emit in a fluent way.☆31Updated 7 months ago
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- An analyzer for Non-Copyable structs.☆32Updated 2 years ago
- A multi-platform .NET binding of Facebook's Zstandard library.☆43Updated 4 years ago
- Fast Accessors for .Net☆33Updated 2 years ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 8 months ago
- 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
- Base64 encoding / decoding with SIMD-support, also base64Url☆60Updated 2 years ago
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- An allocation free Task-like object for async methods☆39Updated 11 months ago
- .NET wrapper around the cryptographic library Monocypher https://monocypher.org/☆50Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Performant delimeter-separated value (CSV, TSV, etc.) text parser.☆63Updated 6 years ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- A C# string parser based on simple templates using source generators.☆43Updated last month
- Source Generator for dumping the git branch information, commit hash, and if the working tree is dirty or clean on projects that install …☆40Updated 3 years ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 2 years ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- .NET Implementation of RoaringBitmap☆72Updated 4 years ago