[ sid ]
[ 源代码: golang-github-fasthttp-router ]
软件包:golang-github-fasthttp-router-dev(1.5.4-1)
golang-github-fasthttp-router-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-fasthttp-router:
- [golang-github-fasthttp-router_1.5.4-1.dsc]
- [golang-github-fasthttp-router_1.5.4.orig.tar.gz]
- [golang-github-fasthttp-router_1.5.4-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Router implementation for fasthttp (library)
Router is a lightweight high performance HTTP request router (mux) for fasthttp.
This router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching.
其他与 golang-github-fasthttp-router-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-savsgio-gotils-dev
- Go utlities to make your life easier with zero allocations (library)
-
- dep: golang-github-valyala-bytebufferpool-dev
- anti-memory-waste byte buffer pool for Go
-
- dep: golang-github-valyala-fasthttp-dev
- fast HTTP library for Go