Skip to content

Set trie implementation for .NET, allowing for fast subset and superset lookup.

License

Notifications You must be signed in to change notification settings

sdcondon/SCSetTrie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCSetTrie Icon

SCSetTrie

NuGet version (SCSetTrie) NuGet downloads (SCSetTrie) Commits since latest release

This repository contains the source code for the SCSetTrie NuGet package - along with its tests, performance benchmarks, and documentation website.

Package Documentation

For documentation of the package itself, see https://sdcondon.net/SCSetTrie/.

Source Documentation

I have not written up any documentation of the source (e.g. repo summary, design discussion, build guidance) - and likely won't unless someone else expresses an interest in contributing. Once cloned, it should "just work" as far as compilation is concerned.

Issues and Contributions

I'm not really expecting anyone to want to get involved, but please feel free to do so. I do keep an eye on the issues tab, and will add a CONTRIBUTING.md if anyone drops me a message expressing interest. Do bear in mind that I consider it largely "done" now, though.

See Also

You might also be interested in:

  • My GitHub Profile: My profile README lists several of my more interesting public projects.