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.
☆25Updated 6 years ago
Alternatives and similar repositories for FastHashSet
Users that are interested in FastHashSet are comparing it to the libraries listed below
Sorting:
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 9 months ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years 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
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 7 months ago
- Optimized allocation free implementation of IList using ArrayPool.☆54Updated 10 months ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆83Updated last year
- A tactful collection of utilities for .NET development.☆35Updated 8 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- An analyzer for Non-Copyable structs.☆32Updated 2 years ago
- C# version for the The One Billion Row Challenge☆31Updated last year
- This library provides struct based collections for high performance and low memory usage☆34Updated 6 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 3 years ago
- ☆29Updated 5 years ago
- Parse any type from string in efficient way☆35Updated 4 months ago
- Tiny and simple data format/serializer.☆22Updated this week
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 5 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- A light-weight, performant interval tree in C#☆27Updated last month
- Binary serializer. Unmatched speed and efficiency.☆76Updated 3 months ago
- High performance SIMD operations in c#☆43Updated 5 years ago
- ☆12Updated 4 years ago
- A multi-platform .NET binding of Facebook's Zstandard library.☆43Updated 4 years ago
- ☆23Updated 4 years ago
- Interop bindings for mimalloc.☆43Updated 2 months ago
- A set of optimized extensions which integrate System.Range with foreach and LINQ☆20Updated last year
- Non-boxing passing of values.☆27Updated 10 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year