ugorji/go
Fork: 295 Star: 1862 (更新于 2024-11-21 13:50:11)
license: MIT
Language: Go .
idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
最后发布版本: v1.2.11 ( 2023-03-09 00:29:02)
go-codec
This repository contains the go-codec
library, the codecgen
tool and
benchmarks for comparing against other libraries.
This is a High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library for binary and text formats: binc, msgpack, cbor, json and simple.
It fully supports the legacy GOPATH
and the new go modules
modes.
Code Organization and Module Support
This repository consists of 4 modules:
-
github.com/ugorji/go/codec
README -
github.com/ugorji/go/codec/codecgen
(requiresgithub.com/ugorji/go/codec
) README -
github.com/ugorji/go/codec/bench
(requiresgithub.com/ugorji/go/codec
) README -
github.com/ugorji/go
(requiresgithub.com/ugorji/go/codec
)
For encoding and decoding, the github.com/ugorji/go/codec
module is sufficient.
To install:
go get github.com/ugorji/go/codec
The other modules exist for specific uses, and all require github.com/ugorji/go/codec
-
github.com/ugorji/go/codec/codecgen
generates high performance static encoders/decoders for given types -
github.com/ugorji/go/codec/bench
benchmarks codec against other popular go libraries -
github.com/ugorji/go
is here for historical compatibility reasons, as modules was initially introduced only at repo root
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2023-03-09 00:29:02 v1.2.11
2023-02-21 00:29:31 v1.2.10
2023-02-04 01:44:25 v1.2.9
2022-12-27 19:41:03 v1.2.8
2022-02-27 03:54:55 v1.2.7
2021-05-15 09:29:54 v1.2.6
2021-03-31 01:41:42 v1.2.5
2021-02-05 01:27:15 v1.2.4
2021-01-10 12:56:06 v1.2.3
2020-12-21 02:35:04 v1.2.2
ugorji/go同语言 Go最近更新仓库
2024-11-21 22:49:20 containerd/containerd
2024-11-21 13:50:50 XTLS/Xray-core
2024-11-21 07:36:18 kubernetes/kubernetes
2024-11-21 06:27:30 ollama/ollama
2024-11-21 05:17:55 Melkeydev/go-blueprint
2024-11-21 04:04:03 dolthub/dolt