Double-array trie implementation in Go, ported from the C++ cedar library.
go get github.com/liuzl/cedar-goNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a trie, insert a key, and retrieve its value.
Use external synchronization (e.g., sync.RWMutex) when performing insertions or deletions from multiple goroutines.
No dependency data recorded yet.