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:
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆39Updated 10 months ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- C# version for the The One Billion Row Challenge☆31Updated last year
- High performance SIMD operations in c#☆44Updated 6 years ago
- A light-weight, performant interval tree in C#☆28Updated 2 months ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 8 months ago
- The combined Langly runtime☆33Updated 3 years ago
- Parse any type from string in efficient way☆35Updated last week
- A framework for transparently invoking multiple instances or clients.☆33Updated 3 weeks ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Binary serializer. Unmatched speed and efficiency.☆76Updated 4 months ago
- This library provides struct based collections for high performance and low memory usage☆34Updated 7 months ago
- Optimized allocation free implementation of IList using ArrayPool.☆54Updated 10 months ago
- ☆29Updated 5 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆84Updated last year
- 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
- Interop bindings for mimalloc.☆43Updated 3 months ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- A .NET library for using reflection emit in a fluent way.☆31Updated 7 months ago
- Intrinsics accelerated math functions for .NET Core - trading accuracy for performance☆17Updated 5 years ago
- A tactful collection of utilities for .NET development.☆35Updated 8 years ago
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆55Updated last year
- Tiny and simple data format/serializer.☆22Updated this week
- Embed resource files more C# programmer friendly!☆71Updated last year
- ☆24Updated 4 years ago
- A pure C# implementation of sparse bitsets☆25Updated last year
- A multi-platform .NET binding of Facebook's Zstandard library.☆43Updated 4 years ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 8 months ago
- High-performance network packet decoding and packet decoder source generator☆39Updated 4 months ago