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:
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- An analyzer for Non-Copyable structs.☆34Updated 3 years ago
- .NET Serializer testing framework☆75Updated 2 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 10 months ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- Parse any type from string in efficient way☆35Updated 3 months ago
- A light-weight, performant interval tree in C#☆30Updated 4 months ago
- Span-ify your code: write high performance memory aware C#☆71Updated 5 months ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- Playing around to make a high-performance prefix tree implementation in C#☆18Updated 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
- C# library which provides uniform API for conversion between types.☆22Updated last year
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- C# version for the The One Billion Row Challenge☆32Updated last year
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆57Updated 6 years ago
- An allocation free Task-like object for async methods☆39Updated last year
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆88Updated last year
- Optimized allocation free implementation of IList using ArrayPool.☆54Updated last year
- A multi-platform .NET binding of Facebook's Zstandard library.☆43Updated 5 years 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
- Embed resource files more C# programmer friendly!☆71Updated last year
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆55Updated 2 years ago
- A C# port of JavaFastPFOR☆54Updated last year
- This library provides struct based collections for high performance and low memory usage☆35Updated 9 months ago
- Code memory safety analysis☆14Updated 8 months ago