whoschek / tr13

Compact Trie Based Thinglet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tr13 is a library for constructing and using read-only compact (memory-efficient) in-memory trie data structures.

Main benefits for using such tries is both relatively low memory usage (typically 20 - 35% less than raw input size) and low GC impact.

Mailing list: http://groups.google.com/group/ning-tr13-users

Usage

(need to write sample code here!)

Documentation

Check out [https://github.com/ning/tr13/wiki]

About

Compact Trie Based Thinglet

License:Apache License 2.0