[ 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