miniksa / trie
Playing around to make a high-performance prefix tree implementation in C#
☆18Updated 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 9 months ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 5 years ago
- This library provides struct based collections for high performance and low memory usage☆34Updated 6 months ago
- A pure C# implementation of sparse bitsets☆24Updated last year
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years 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…☆40Updated 9 months ago
- LINQ implementation for Span☆23Updated 7 months 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 9 months ago
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆63Updated last year
- A fast string and bytes splitter for C#, with a focus on zero allocations☆10Updated 8 months ago
- High performance SIMD operations in c#☆43Updated 5 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- A bitstream that offers (de)serialization in binary format☆11Updated 3 years ago
- Rapid Avro serializer for C# .NET☆9Updated last year
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- A framework for transparently invoking multiple instances or clients.☆32Updated this week
- A performant C# key-value store that keeps keys in-memory and stores values on disk, leveraging Grobuf's speedy serialization power.☆45Updated 5 months ago
- Parse any type from string in efficient way☆35Updated 3 months ago
- A C# library for creating long-running tasks and background workers.☆22Updated 10 months ago
- Interop bindings for mimalloc.☆43Updated 2 months ago
- A source generator that generates partial helper classes where member properties are attributed with ProtoMember attribute.☆12Updated 3 weeks ago
- C# Adaptive Radix Tree implementation + Fuzzy String Match stuff + License Plate Index + NGram Index☆38Updated 4 years ago
- Utilize async\await infrastructure to implement clean parallelism☆19Updated this week
- Spans for the whole memory range.☆18Updated 2 years ago
- An immutable double-precision angle that supports revolutions, radians, degrees, and gradians.☆15Updated 3 years ago
- Undo/redo library aiming for ease of integration and usage simplicity.☆22Updated 3 months ago
- A custom Roslyn compiler that allows access to internals/privates in other assemblies. Say "Open, Sesame!"☆32Updated 3 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago