trie
DawgSharp
trie | DawgSharp | |
---|---|---|
3 | 1 | |
100 | 118 | |
- | - | |
6.8 | 5.6 | |
7 months ago | 4 months ago | |
C# | C# | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
trie
- Filtering an object by comparing a list of strings the object has with another blacklisted list of strings, taking into account wildcards?
-
Finding distinct values in an big list, fast
A quick google found me this package. Can be installed via NuGet under the name ktrie. Just ran a few little tests in a test project and the StringTrieSet seems like the best fit for what you are trying to do.
- Memory efficient way to store strings in runtime.
DawgSharp
-
Looking for a Sorted IDictionary that searches for the longest partial-matching key to the beginning of an input string
A directed acyclic word graph 'might' also work for you. Maybe try looking into DawgSharp to see if it will meet your needs, though its better with readonly or infrequently modified data.
What are some alternatives?
Lean - Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
xNode - Unity Node Editor: Lets you view and edit node graphs inside Unity
soundfingerprinting - Open source audio fingerprinting in .NET. An efficient algorithm for acoustic fingerprinting written purely in C#.
JL - JL is a program for looking up Japanese words and expressions.
bcrypt.net - BCrypt.Net - Bringing updates to the original bcrypt package
SolrNet - Solr client for .Net
Dithering - Image dithering techniques using C#
DBreeze - C# .NET NOSQL ( key value store embedded ) ACID multi-paradigm database management system.
C-Sharp - All algorithms implemented in C#.
UpBlazor - 🏦 I built this site to integrate with Up bank (an Australian digital bank), to assist users with budgeting and to gain powerful future insights.
trie - A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.
C# Algorithms - :books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#