# Packages
Package ctrie provides an implementation of the Ctrie data structure, which is
a concurrent, lock-free hash trie.
Package xfast provides access to a sorted tree that treats integers
as if they were words of m bits, where m can be 8, 16, 32, or 64.
Package yfast implements a y-fast trie.