Motvin / FastHashSetLinks
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:
- C# .NET (dotnet) Binary Serializer. Serialization up to 18x faster than Protobuf and MessagePack☆81Updated last month
- Optimized allocation free implementation of IList using ArrayPool.☆56Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- Span-ify your code: write high performance memory aware C#☆73Updated this week
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Playing around to make a high-performance prefix tree implementation in C#☆18Updated last year
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated last year
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆87Updated last year
- C# version for the The One Billion Row Challenge☆33Updated last year
- A light-weight, performant interval tree in C#☆35Updated 8 months ago
- Parse any type from string in efficient way☆35Updated last week
- An allocation free Task-like object for async methods☆40Updated last year
- High performance C# implementation of the Snappy compression algorithm☆89Updated last week
- This library provides struct based collections for high performance and low memory usage☆35Updated last year
- An analyzer for Non-Copyable structs.☆35Updated 3 years ago
- .NET Serializer testing framework☆76Updated 2 years ago
- A framework for transparently invoking multiple instances or clients.☆39Updated 2 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
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆40Updated last year
- .NET library for rational arithmetic based on a stack machine.☆53Updated 2 years ago
- Managed port of mimalloc.☆44Updated last month
- A tactful collection of utilities for .NET development.☆35Updated 8 years ago
- High performance SIMD operations in c#☆47Updated 6 years ago
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆57Updated 2 years ago
- A multi-platform .NET binding of Facebook's Zstandard library.☆43Updated 5 years ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 6 years ago