Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuzl/da
A Golang package for Double Array Trie
https://github.com/liuzl/da
cedar darts dict trie
Last synced: about 2 months ago
JSON representation
A Golang package for Double Array Trie
- Host: GitHub
- URL: https://github.com/liuzl/da
- Owner: liuzl
- License: apache-2.0
- Created: 2018-02-17T07:30:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T01:52:38.000Z (over 6 years ago)
- Last Synced: 2024-06-18T21:42:16.658Z (7 months ago)
- Topics: cedar, darts, dict, trie
- Language: Go
- Homepage:
- Size: 396 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# da - A Double Array Trie package for Dicts
[![GoDoc](https://godoc.org/github.com/liuzl/da?status.svg)](https://godoc.org/github.com/liuzl/da)[![Go Report Card](https://goreportcard.com/badge/github.com/liuzl/da)](https://goreportcard.com/report/github.com/liuzl/da)Based on cedar.