directory
1.0.14
Repository: https://github.com/kuriancoding/go-datastructures.git
Documentation: pkg.go.dev

# 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.