Wed, 17 Jul 2024 14:50:19 UTC | login

Information for RPM golang-github-mailru-easyjson-devel-0.7.7-3.fc40.noarch.rpm

ID1070744
Namegolang-github-mailru-easyjson-devel
Version0.7.7
Release3.fc40
Epoch
Archnoarch
SummaryFast JSON serializer for golang
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 Time2023-11-08 05:36:13 GMT
Size85.02 KB
a26c1801c434dace9e0ae4b606c44239
LicenseMIT
Buildrootf40-build-737191-106725
Provides
golang(github.com/mailru/easyjson) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/benchmark) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/bootstrap) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/buffer) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/gen) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/jlexer) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/jwriter) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/opt) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/parser) = 0.7.7-3.fc40
golang(github.com/mailru/easyjson/tests) = 0.7.7-3.fc40
golang-github-mailru-easyjson-devel = 0.7.7-3.fc40
golang-ipath(github.com/mailru/easyjson) = 0.7.7-3.fc40
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.65 KB
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/lexer_test.go11.16 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
Page:
1 through 50 of 240 >>>
Buildroot descending sort Created State
f40-build-781749-131782 2024-02-26 09:45:23 expired
f40-build-781744-131782 2024-02-26 09:43:21 expired
f40-build-781735-131782 2024-02-26 09:38:47 expired
f40-build-781732-131780 2024-02-26 09:37:23 expired
f40-build-781728-131780 2024-02-26 09:35:31 expired
f40-build-781727-131780 2024-02-26 09:35:06 expired
f40-build-781721-131778 2024-02-26 09:33:32 expired
f40-build-781710-131776 2024-02-26 09:28:36 expired
f40-build-781687-131774 2024-02-26 09:20:15 expired
f40-build-781685-131774 2024-02-26 09:18:57 expired
f40-build-781683-131774 2024-02-26 09:17:26 expired
f40-build-781679-131774 2024-02-26 09:15:51 expired
f40-build-781678-131774 2024-02-26 09:14:26 expired
f40-build-781677-131774 2024-02-26 09:14:21 expired
f40-build-781673-131772 2024-02-26 09:11:08 expired
f40-build-781672-131766 2024-02-26 09:11:07 expired
f40-build-781671-131768 2024-02-26 09:11:02 expired
f40-build-781658-131766 2024-02-26 09:06:37 expired
f40-build-781657-131760 2024-02-26 09:05:55 expired
f40-build-781655-131760 2024-02-26 09:04:36 expired
f40-build-781648-131756 2024-02-26 09:03:26 expired
f40-build-781640-131750 2024-02-26 09:00:16 expired
f40-build-781638-131750 2024-02-26 08:59:30 expired
f40-build-781626-131746 2024-02-26 08:51:28 expired
f40-build-781625-131746 2024-02-26 08:51:28 expired
f40-build-781623-131746 2024-02-26 08:50:34 expired
f40-build-781618-131738 2024-02-26 08:47:09 expired
f40-build-781616-131738 2024-02-26 08:46:59 expired
f40-build-781614-131738 2024-02-26 08:46:47 expired
f40-build-781612-131738 2024-02-26 08:46:44 expired
f40-build-781609-131738 2024-02-26 08:46:20 expired
f40-build-781605-131730 2024-02-26 08:44:02 expired
f40-build-781587-131722 2024-02-26 08:40:17 expired
f40-build-774462-127655 2024-01-15 13:46:35 expired
f40-build-774066-127559 2024-01-14 15:39:36 expired
f40-build-773821-127378 2024-01-11 17:39:57 expired
f40-build-773643-127218 2024-01-11 10:52:29 expired
f40-build-773223-126850 2024-01-09 12:07:24 expired
f40-build-772405-126388 2024-01-07 14:36:57 expired
f40-build-772029-126045 2024-01-06 17:15:49 expired
f40-build-772000-126045 2024-01-06 16:40:34 expired
f40-build-771991-126043 2024-01-06 16:28:25 expired
f40-build-771920-125975 2024-01-06 11:50:16 expired
f40-build-771813-126039 2024-01-04 17:19:06 expired
f40-build-771775-125995 2024-01-04 15:56:05 expired
f40-build-771753-125985 2024-01-04 15:36:07 expired
f40-build-771745-125983 2024-01-04 15:26:27 expired
f40-build-771739-125983 2024-01-04 15:23:06 expired
f40-build-771722-125981 2024-01-04 15:06:30 expired
f40-build-771713-125981 2024-01-04 14:58:23 expired