bmf-san / go-radix-tree

Implementation of Radix Tree assuming use in HTTP Router.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release CircleCI Go Report Card codecov GitHub license Go Reference Sourcegraph

go-radix-tree

Implementation of Radix Tree assuming use in HTTP Router.

Therefore, it only implements Insert and Get to Tree.

Install

go get -u github.com/bmf-san/go-radix-tree

Get Started

See _examples.

References

Contribution

We are always accepting issues, pull requests, and other requests and questions.

We look forward to your contribution!

License

This project is licensed under the terms of the MIT license.

Author

bmf - A Web Developer in Japan.

About

Implementation of Radix Tree assuming use in HTTP Router.

License:MIT License


Languages

Language:Go 80.5%Language:Makefile 19.5%