miniksa / trie
Playing around to make a high-performance prefix tree implementation in C#
☆17Updated last year
Alternatives and similar repositories for trie:
Users that are interested in trie are comparing it to the libraries listed below
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 7 months ago
- This library provides struct based collections for high performance and low memory usage☆33Updated 4 months ago
- C# version for the The One Billion Row Challenge☆31Updated last year
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆38Updated 8 months ago
- A pure C# implementation of sparse bitsets☆23Updated last year
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆62Updated last year
- A Weak Event Pattern Implementation for .Net Core/Standard☆10Updated 5 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆81Updated last year
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆24Updated 5 years ago
- LINQ implementation for Span☆23Updated 5 months ago
- A bitstream that offers (de)serialization in binary format☆11Updated 3 years ago
- Spans for the whole memory range.☆18Updated 2 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Generic C# Enum Utilities☆25Updated 2 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
- Undo/redo library aiming for ease of integration and usage simplicity.☆21Updated last month
- Rapid Avro serializer for C# .NET☆9Updated last year
- A .NET tool that allows you to easily change the Visual Studio version information in a solution file using a Visual Studio version numbe…☆12Updated this week
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 7 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- A light-weight, performant interval tree in C#☆27Updated 2 weeks ago
- High performance SIMD operations in c#☆42Updated 5 years ago
- A C# library for creating long-running tasks and background workers.☆22Updated 8 months ago
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆26Updated 2 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- This is a library for .NET that allows you to invoke an external process, and expose its output as an async stream in C# 8.0.☆24Updated 8 months ago
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- Span-ify your code: write high performance memory aware C#☆70Updated last month