ugorji/go
Fork: 296 Star: 1868 (更新于 2024-12-16 07:49:57)
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最近更新仓库
2025-01-18 08:14:21 dolthub/dolt
2025-01-18 02:57:03 Permify/permify
2025-01-17 03:33:21 SpecterOps/BloodHound
2025-01-16 23:36:33 hashicorp/terraform
2025-01-16 05:55:26 helm/helm
2025-01-16 04:37:27 kubernetes/kubernetes