Sat, 28 Sep 2024 04:31:58 UTC | login

Information for RPM golang-github-mailru-easyjson-devel-0.7.6-1.fc33.noarch.rpm

ID739060
Namegolang-github-mailru-easyjson-devel
Version0.7.6
Release1.fc33
Epoch
Archnoarch
SummaryFast JSON serializer for Go
DescriptionPackage Easyjson provides a fast and easy way to marshal/unmarshal Go structs to/from JSON without the use of reflection. In performance tests, easyjson outperforms the standard encoding/json package by a factor of 4-5x, and other JSON encoding packages by a factor of 2-3x. Easyjson aims to keep generated Go code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with the ability to customize the generated code by providing options not available with the standard encoding/json package, such as generating "snake_case" names or enabling omitempty behavior by default. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mailru/easyjson
Build Time2020-12-02 06:56:58 GMT
Size84.40 KB
868339e5170d7658628087121a083fef
LicenseMIT
Buildrootf33-build-362830-60448
Provides
golang(github.com/mailru/easyjson) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/benchmark) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/bootstrap) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/buffer) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/gen) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/jlexer) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/jwriter) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/opt) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/parser) = 0.7.6-1.fc33
golang(github.com/mailru/easyjson/tests) = 0.7.6-1.fc33
golang-github-mailru-easyjson-devel = 0.7.6-1.fc33
golang-ipath(github.com/mailru/easyjson) = 0.7.6-1.fc33
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
go-filesystem
golang(github.com/josharian/intern)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 100 >>>
Name ascending sort Size
/usr/share/doc/golang-github-mailru-easyjson-devel0.00 B
/usr/share/doc/golang-github-mailru-easyjson-devel/README.md16.50 KB
/usr/share/gocode/src/github.com0.00 B
/usr/share/gocode/src/github.com/mailru0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/.goipath46.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/README.md16.50 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/codec_test.go5.07 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data.go5.94 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data_codec.go87.14 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data_ffjson.go141.00 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data_var.go12.91 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/default_test.go2.13 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/dummy_test.go200.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/easyjson_test.go3.16 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/ffjson_test.go3.47 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/jsoniter_test.go2.14 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/tools.go266.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/bootstrap0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/bootstrap/bootstrap.go5.25 KB
/usr/share/gocode/src/github.com/mailru/easyjson/buffer0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/buffer/pool.go5.57 KB
/usr/share/gocode/src/github.com/mailru/easyjson/buffer/pool_test.go1.82 KB
/usr/share/gocode/src/github.com/mailru/easyjson/easyjson0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/easyjson/main.go3.83 KB
/usr/share/gocode/src/github.com/mailru/easyjson/gen0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/gen/decoder.go17.52 KB
/usr/share/gocode/src/github.com/mailru/easyjson/gen/encoder.go14.18 KB
/usr/share/gocode/src/github.com/mailru/easyjson/gen/generator.go13.11 KB
/usr/share/gocode/src/github.com/mailru/easyjson/gen/generator_test.go2.10 KB
/usr/share/gocode/src/github.com/mailru/easyjson/go.mod87.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/helpers.go3.09 KB
/usr/share/gocode/src/github.com/mailru/easyjson/helpers_test.go186.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/bytestostr.go768.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go375.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/error.go365.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/lexer.go24.27 KB
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/lexer_test.go10.87 KB
/usr/share/gocode/src/github.com/mailru/easyjson/jwriter0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/jwriter/writer.go9.86 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Bool.go1.68 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Float32.go1.73 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Float64.go1.73 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int.go1.66 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int16.go1.69 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int32.go1.69 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int64.go1.69 KB
Component of
1 through 3 of 3
Buildroot descending sort Created State
f37-build-648389-72745 2022-10-14 13:06:26 expired
f37-build-647770-72743 2022-10-14 09:51:47 expired
f33-build-586887-66731 2021-04-24 12:16:41 expired