Tue, 27 Aug 2024 17:10:32 UTC | login

Information for RPM golang-github-mailru-easyjson-devel-0-0.5.20190628git1ea4449.fc33.noarch.rpm

ID696144
Namegolang-github-mailru-easyjson-devel
Version0
Release0.5.20190628git1ea4449.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-08-15 01:54:50 GMT
Size79.74 KB
3ad4669c02866bd7e23873c27db75161
LicenseMIT
Buildrootf33-build-299472-56348
Provides
golang(github.com/mailru/easyjson) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/benchmark) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/benchmark)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/bootstrap) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/bootstrap)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/buffer) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/buffer)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/gen) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/gen)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/jlexer) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/jlexer)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/jwriter) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/jwriter)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/opt) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/opt)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/parser) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/parser)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/tests) = 0-0.5.20190628git1ea4449.fc33
golang(github.com/mailru/easyjson/tests)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
golang-github-mailru-easyjson-devel = 0-0.5.20190628git1ea4449.fc33
golang-ipath(github.com/mailru/easyjson) = 0-0.5.20190628git1ea4449.fc33
golang-ipath(github.com/mailru/easyjson)(commit=1ea4449da9834f4d333f1cc461c374aea217d249) = 0-0.5.20190628git1ea4449.fc33
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
go-filesystem
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 78 >>>
Name ascending sort Size
/usr/share/doc/golang-github-mailru-easyjson-devel0.00 B
/usr/share/doc/golang-github-mailru-easyjson-devel/README.md14.45 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/.goipath111.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/README.md14.45 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.go154.70 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data_ffjson.go141.64 KB
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data_var.go12.93 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/bootstrap0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/bootstrap/bootstrap.go4.61 KB
/usr/share/gocode/src/github.com/mailru/easyjson/buffer0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/buffer/pool.go5.40 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.17 KB
/usr/share/gocode/src/github.com/mailru/easyjson/gen0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/gen/decoder.go15.67 KB
/usr/share/gocode/src/github.com/mailru/easyjson/gen/encoder.go12.30 KB
/usr/share/gocode/src/github.com/mailru/easyjson/gen/generator.go12.72 KB
/usr/share/gocode/src/github.com/mailru/easyjson/gen/generator_test.go2.10 KB
/usr/share/gocode/src/github.com/mailru/easyjson/helpers.go2.19 KB
/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.go22.91 KB
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/lexer_test.go9.96 KB
/usr/share/gocode/src/github.com/mailru/easyjson/jwriter0.00 B
/usr/share/gocode/src/github.com/mailru/easyjson/jwriter/writer.go9.68 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
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int8.go1.68 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_String.go1.71 KB
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Uint.go1.68 KB
Component of
1 through 1 of 1
Buildroot descending sort Created State
f33-build-345752-59322 2020-11-27 19:05:25 expired