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 6 years ago
- Playing around to make a high-performance prefix tree implementation in C#☆18Updated 2 years ago
- A tactful collection of utilities for .NET development.☆35Updated 8 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆43Updated last year
- Parse any type from string in efficient way☆35Updated 2 months ago
- High-performance zero-reflection approach to C# metaprogramming☆32Updated last year
- A light-weight, performant interval tree in C#☆36Updated 10 months ago
- Span-ify your code: write high performance memory aware C#☆73Updated 2 months ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆58Updated 3 months ago
- .NET Serializer testing framework☆78Updated 2 years ago
- Optimized allocation free implementation of IList using ArrayPool.☆59Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- C# version for the The One Billion Row Challenge☆33Updated last year
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 years ago
- An allocation free Task-like object for async methods☆40Updated last year
- A C# port of JavaFastPFOR☆58Updated 2 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 5 years ago
- High performance SIMD operations in c#☆47Updated 6 years ago
- This library provides struct based collections for high performance and low memory usage☆36Updated last year
- C# .NET (dotnet) Binary Serializer. Serialization up to 18x faster than Protobuf and MessagePack☆81Updated 3 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 3 years ago
- Intrinsics accelerated math functions for .NET Core - trading accuracy for performance☆17Updated 6 years ago
- A framework for transparently invoking multiple instances or clients.☆44Updated this week
- An analyzer for Non-Copyable structs.☆36Updated 3 years ago
- Code memory safety analysis☆14Updated last year
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆40Updated last year
- CLI Coding Agent not for Vibe-coding, for C# Expert.☆100Updated last month
- Generic C# Enum Utilities☆25Updated 3 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆90Updated last year