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
Related projects ⓘ
Alternatives and complementary repositories for FastHashSet
- The combined Langly runtime☆33Updated 2 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 3 months ago
- An analyzer for Non-Copyable structs.☆31Updated 2 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 4 years ago
- A pure C# implementation of sparse bitsets☆23Updated 11 months ago
- ☆23Updated 3 years ago
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆38Updated 4 months ago
- This library provides struct based collections for high performance and low memory usage☆32Updated 3 weeks ago
- An allocation free Task-like object for async methods☆38Updated 4 months ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆78Updated 8 months ago
- High performance C# implementation of the Snappy compression algorithm☆63Updated last month
- Parse any type from string in efficient way☆33Updated last month
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆27Updated 6 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆23Updated 3 years ago
- Linq for Span<T> using SourceGenerators☆50Updated 3 years ago
- Example implementation of IValueTaskSource☆31Updated last year
- Manages multi-threaded writing to a single file.☆30Updated 5 years ago
- A C# library for efficient bit-level reading and writing also adding bit field support☆42Updated 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
- Generic C# Enum Utilities☆25Updated last year
- High-performance zero-reflection approach to C# metaprogramming☆28Updated last month
- Implementation for pooled in-memory streams for .NET☆39Updated 9 months ago
- Optimized allocation free implementation of IList using ArrayPool.☆49Updated 4 months ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- FrozenObjects serializer and deserializer☆90Updated 2 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆67Updated last year
- ZeroIoC is reflectionless IoC Container for C#☆44Updated 3 months ago
- T4Immutable is a T4 template for C# .NET apps that generates code for immutable classes.☆26Updated 4 years ago
- Interop bindings for mimalloc.☆32Updated 2 months ago
- Add-in for Fody, ads ILogger.IsEnabled check to your logging statements☆17Updated 5 years ago