proxy.golang.org : github.com/jannson/cedar
Package cedar implements double-array trie. It is a golang port of cedar (http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/cedar) which is written in C++ by Naoki Yoshinaga. Currently cedar-go implements the `reduced` verion of cedar. This package is not thread safe if there is one goroutine doing insertions or deletions. key must be `[]byte` without zero items, while value must be integer in the range [0, 2<<63-2] or [0, 2<<31-2] depends on the platform.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/jannson/cedar
License: GPL-3.0
Latest release: over 4 years ago
First release: almost 5 years ago
Namespace: github.com/jannson
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 12 days ago