redknightlois / fastdictionaryLinks
An alternative implementation of Dictionary<K,V> on C#
☆27Updated 5 years ago
Alternatives and similar repositories for fastdictionary
Users that are interested in fastdictionary are comparing it to the libraries listed below
Sorting:
- .NET Serializer testing framework☆76Updated 2 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- Port of Google's farmhash algorithm to .NET☆65Updated last year
- This project contains networking primitives for use with .NET.☆95Updated 4 years ago
- Low allocation re-implementation of LINQ-to-Objects☆215Updated 7 years ago
- Bounded multiple producers multiple consumers queue for .NET☆58Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- My toys to play with SSE/AVX in pure C# (.NET Core 2.1)☆65Updated 6 years ago
- QuickInject is a simple dependency injection container for .NET Core☆46Updated 2 years ago
- ☆37Updated 7 years ago
- ☆29Updated 6 years ago
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆65Updated 6 months ago
- Basic performance-oriented TCP client/server messaging C# API based on Windows Registered I/O (RIO)☆68Updated 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
- High-performance zero-reflection approach to C# metaprogramming☆31Updated last year
- An allocation free Task-like object for async methods☆40Updated last year
- Fast binary serializer☆66Updated 11 months ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆56Updated 2 years ago
- Model-checker for lock and wait free C# code☆78Updated 7 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
- A simple template base system of macros for C# that can be executed in design time☆67Updated last year
- FrozenObjects serializer and deserializer☆93Updated 3 years ago
- Example implementation of IValueTaskSource☆30Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- .NET wrapper around the cryptographic library Monocypher https://monocypher.org/☆51Updated last year
- The combined Langly runtime☆33Updated 3 years ago
- C# Adaptive Radix Tree implementation + Fuzzy String Match stuff + License Plate Index + NGram Index☆38Updated 4 years ago
- The Book of the Runtime (BOTR) for the .NET Runtime. Combined articles from the official CoreCLR repo about the non-trivial internals of …☆70Updated 7 years ago
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated 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