/Zyborg.RadixTree

.NET implementation of Radix trees, ported from Go.

Primary LanguageC#MIT LicenseMIT

Zyborg.RadixTree Build status

.NET implementation of radix trees, ported from Go implementation.

⭐ I appreciate your star, it helps me decide to which OSS projects I should allocate my spare time.


This is a line-by-line adaptation of the original Go implementation.