[ 原始碼: golang-github-pquerna-ffjson ]
套件:golang-github-pquerna-ffjson-dev(0.0~git20181028.e517b90-1.1)
golang-github-pquerna-ffjson-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-pquerna-ffjson:
- [golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.1.dsc]
- [golang-github-pquerna-ffjson_0.0~git20181028.e517b90.orig.tar.xz]
- [golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-goccy-go-json-dev
- golang-github-bep-tmc-dev
- golang-github-ghodss-yaml-dev
- golang-github-invopop-yaml-dev
- golang-github-valyala-fastjson-dev
- golang-github-buger-jsonparser-dev
- unburden-home-dir
- golang-github-go-viper-mapstructure-dev
- golang-go.uber-zap-dev
- golang-github-cbroglie-mapstructure-dev
- libjs-of-ocaml
faster JSON serialization for Go
ffjson generates static MarshalJSON and UnmarshalJSON functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where ffjson doesn't understand a Type involved, it falls back to encoding/json, meaning it is a safe drop in replacement. By using ffjson your JSON serialization just gets faster with no additional code changes.
This package contains the source code for other go programs to link against.
其他與 golang-github-pquerna-ffjson-dev 有關的套件
|
|
|
|
-
- dep: golang-github-google-gofuzz-dev
- Fuzz testing for Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package