package
1.0.33
Repository: https://github.com/ncodes/go-datastructures.git
Documentation: pkg.go.dev

# Functions

New creates an empty Ctrie which uses the provided HashFactory for key hashing.

# Structs

Ctrie is a concurrent, lock-free hash trie.
Entry
Entry contains a Ctrie key-value pair.

# Type aliases

HashFactory returns a new Hash32 used to hash keys.