# README
================================
Succinct Data Structure
_ Trie_
Modified version of https://github.com/siongui/go-succinct-data-structure-trie, to produce and consume succinct tree for domain and subdomain matching.
# Packages
No description provided by the author
No description provided by the author
A Succinct Trie for Go
By Siong-Ui Te
Released to the public domain.
Package go-succinct-data-structure-trie implements trie with succinct data structure in Go.
No description provided by the author