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:
- Parse any type from string in efficient way☆35Updated last month
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆39Updated 11 months 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
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 8 months ago
- An allocation free Task-like object for async methods☆39Updated 11 months ago
- ☆24Updated 4 years ago
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆55Updated 2 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- C# library which provides uniform API for conversion between types.☆22Updated last year
- This library provides struct based collections for high performance and low memory usage☆34Updated 7 months ago
- A pure C# implementation of sparse bitsets☆25Updated last year
- C# version for the The One Billion Row Challenge☆31Updated last year
- A tactful collection of utilities for .NET development.☆35Updated 8 years ago
- Optimized allocation free implementation of IList using ArrayPool.☆54Updated 11 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 5 years ago
- Span-ify your code: write high performance memory aware C#☆70Updated 3 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
- Port of Google's farmhash algorithm to .NET☆65Updated last year
- A light-weight, performant interval tree in C#☆29Updated 2 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Generic C# Enum Utilities☆25Updated 2 years ago
- .NET Serializer testing framework☆75Updated 2 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- Tiny and simple data format/serializer.☆22Updated 3 weeks ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 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