A radix-tree based router. No-allocation lookups for extra speed! https://git.akyoto.dev/go/router
Go to file
2024-08-22 21:50:14 -05:00
tests move test to tests/ 2024-08-22 21:50:14 -05:00
.gitignore Initial commit 2024-08-22 21:08:25 -05:00
Flow.go initial commit 2024-08-22 21:46:21 -05:00
go.mod initial commit 2024-08-22 21:46:21 -05:00
LICENSE Initial commit 2024-08-22 21:08:25 -05:00
Parameter.go initial commit 2024-08-22 21:46:21 -05:00
README.md Initial commit 2024-08-22 21:08:25 -05:00
Router.go initial commit 2024-08-22 21:46:21 -05:00
Tree.go initial commit 2024-08-22 21:46:21 -05:00
TreeNode.go initial commit 2024-08-22 21:46:21 -05:00

Router

A radix-tree based no-allocation router in Go.