[ 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