A radix-tree based router. No-allocation lookups for extra speed!
https://git.akyoto.dev/go/router
tests | ||
.gitignore | ||
Flow.go | ||
go.mod | ||
LICENSE | ||
Parameter.go | ||
README.md | ||
Router.go | ||
Tree.go | ||
TreeNode.go |
Router
A radix-tree based no-allocation router in Go.