//
pkg.gl
Category
github.com/kuriancoding/go-datastructures
trie
ctrie
package
1.0.14
Repository:
https://github.com/kuriancoding/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
736 SLOC
#
Functions
New
New creates an empty Ctrie which uses the provided HashFactory for key hashing.
#
Structs
Ctrie
Ctrie is a concurrent, lock-free hash trie.
Entry
Entry contains a Ctrie key-value pair.
#
Type aliases
HashFactory
HashFactory returns a new Hash32 used to hash keys.