siongui / go-succinct-data-structure-trie

Succinct Data Structure of Trie, written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

image

image

image

image

Implementation of Succinct Trie1 in Go.

The trie structure is great for fast lookup of dictionary words, but if the vocabulary of the dictionary is big, it may takes a lot of space to store the constructed trie. For this reason, succinct data structure is applied to the trie strcuture and we can both have fast lookup and small space requirement.

Usage

UNLICENSE

Released in public domain. See UNLICENSE.

References


  1. Succinct Data Structures: Cramming 80,000 words into a Javascript file. (source code)

About

Succinct Data Structure of Trie, written in Go

License:The Unlicense


Languages

Language:Go 63.3%Language:JavaScript 35.5%Language:Makefile 1.0%Language:HTML 0.2%