Motvin / FastHashSet
A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and readonly ref params (in). Uses MIT License.
☆24Updated 5 years ago
Alternatives and similar repositories for FastHashSet:
Users that are interested in FastHashSet are comparing it to the libraries listed below
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 8 months ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- An allocation free Task-like object for async methods☆39Updated 9 months ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- The combined Langly runtime☆33Updated 3 years ago
- Parse any type from string in efficient way☆35Updated 2 months ago
- This library provides struct based collections for high performance and low memory usage☆33Updated 5 months ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- A pure C# implementation of sparse bitsets☆23Updated last year
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆81Updated last year
- C# version for the The One Billion Row Challenge☆31Updated last year
- A tactful collection of utilities for .NET development.☆35Updated 7 years ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 7 years ago
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆55Updated last year
- A light-weight, performant interval tree in C#☆27Updated last week
- Optimized allocation free implementation of IList using ArrayPool.☆51Updated 8 months ago
- .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.☆69Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆74Updated last year
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 5 years ago
- ☆23Updated 4 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Linq for Span<T> using SourceGenerators☆53Updated 3 years ago
- High performance SIMD operations in c#☆42Updated 5 years ago
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆62Updated last year
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 6 months ago
- An analyzer for Non-Copyable structs.☆31Updated 2 years ago
- High-performance network packet decoding and packet decoder source generator☆38Updated 2 months ago
- A multi-platform .NET binding of Facebook's Zstandard library.☆42Updated 4 years ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 5 years ago