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:
- Playing around to make a high-performance prefix tree implementation in C#☆19Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆88Updated 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
- Parse any type from string in efficient way☆35Updated 3 months ago
- Span-ify your code: write high performance memory aware C#☆72Updated 5 months ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 11 months ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Intrinsics accelerated math functions for .NET Core - trading accuracy for performance☆17Updated 5 years ago
- .NET Serializer testing framework☆76Updated 2 years ago
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- An allocation free Task-like object for async methods☆40Updated last year
- A light-weight, performant interval tree in C#☆30Updated 5 months ago
- C# .NET (dotnet) Binary Serializer. Serialization up to 18x faster than Protobuf and MessagePack☆80Updated 7 months ago
- This library provides struct based collections for high performance and low memory usage☆35Updated 10 months ago
- C# version for the The One Billion Row Challenge☆33Updated last year
- A C# port of JavaFastPFOR☆54Updated last year
- A framework for transparently invoking multiple instances or clients.☆36Updated this week
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆27Updated 2 years ago
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆55Updated 2 years ago
- Managed port of mimalloc.☆44Updated 6 months ago
- Simple C# source generation based on custom templates☆106Updated 2 years ago
- High performance C# implementation of the Snappy compression algorithm☆87Updated 7 months ago
- C# library which provides uniform API for conversion between types.☆23Updated last year
- ☆12Updated 4 years ago
- A multi-platform .NET binding of Facebook's Zstandard library.☆43Updated 5 years ago
- High performance SIMD operations in c#☆46Updated 6 years ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last year