An open API service indexing awesome lists of open source software.

https://github.com/bradfitz/art

Allotment Routing Table
https://github.com/bradfitz/art

Last synced: about 1 year ago
JSON representation

Allotment Routing Table

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.