https://github.com/bradfitz/art
Allotment Routing Table
https://github.com/bradfitz/art
Last synced: about 1 year ago
JSON representation
Allotment Routing Table
- Host: GitHub
- URL: https://github.com/bradfitz/art
- Owner: bradfitz
- License: mit
- Created: 2020-07-17T03:51:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T05:24:06.000Z (over 4 years ago)
- Last Synced: 2025-03-18T09:45:19.441Z (over 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 57
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Allotment Routing Table
A Go implementation of ART ("A Fast Free Multibit Trie Based Routing Table").
See https://cseweb.ucsd.edu/~varghese/TEACH/cs228/artlookup.pdf
Godoc at http://godoc.org/github.com/bradfitz/art
# Status
So far I'm just reading the paper and implementing as I go. This isn't
used in production yet.