Motvin / FastHashSet
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.
☆24Updated 5 years ago
Alternatives and similar repositories for FastHashSet:
Users that are interested in FastHashSet are comparing it to the libraries listed below
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 7 months ago
- The combined Langly runtime☆33Updated 3 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- A tactful collection of utilities for .NET development.☆35Updated 7 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆81Updated 11 months ago
- High-performance zero-reflection approach to C# metaprogramming☆30Updated 5 months ago
- An allocation free Task-like object for async methods☆39Updated 8 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- ☆28Updated 5 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Parse any type from string in efficient way☆33Updated last month
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- A multi-platform .NET binding of Facebook's Zstandard library.☆42Updated 4 years ago
- An analyzer for Non-Copyable structs.☆31Updated 2 years ago
- This library provides struct based collections for high performance and low memory usage☆33Updated 4 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆73Updated 11 months ago
- Linq for Span<T> using SourceGenerators☆52Updated 3 years ago
- High performance C# implementation of the Snappy compression algorithm☆75Updated last month
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆23Updated 2 years ago
- .NET library for working with Roslyn's syntax trees☆23Updated last year
- Tiny and simple data format/serializer.☆22Updated this week
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 5 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆10Updated 5 years ago
- Optimized allocation free implementation of IList using ArrayPool.☆51Updated 7 months ago
- A pure C# implementation of sparse bitsets☆23Updated last year
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆55Updated last year