https://github.com/jochasinga/go-radix
A radix trie implementation in Go
https://github.com/jochasinga/go-radix
Last synced: 10 months ago
JSON representation
A radix trie implementation in Go
- Host: GitHub
- URL: https://github.com/jochasinga/go-radix
- Owner: jochasinga
- License: gpl-3.0
- Created: 2016-06-01T18:16:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T18:18:41.000Z (about 10 years ago)
- Last Synced: 2025-02-02T08:45:36.802Z (over 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-radix
========
My attempt to implement a radix trie.