Tue, 27 Aug 2024 04:51:47 UTC | login

Information for RPM golang-github-containerd-ttrpc-devel-1.2.1-4.fc38.noarch.rpm

ID987139
Namegolang-github-containerd-ttrpc-devel
Version1.2.1
Release4.fc38
Epoch
Archnoarch
SummaryGRPC for low-memory environments
DescriptionGRPC for low-memory environments. The existing grpc-go project requires a lot of memory overhead for importing packages and at runtime. While this is great for many services with low density requirements, this can be a problem when running a large number of services on a single machine or on a machine with a small amount of memory. Using the same GRPC definitions, this project reduces the binary size and protocol overhead required. We do this by eliding the net/http, net/http2 and grpc package used by grpc replacing it with a lightweight framing protocol. The result are smaller binaries that use less resident memory with the same ease of use as GRPC. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/containerd/ttrpc
Build Time2023-03-24 02:32:53 GMT
Size48.38 KB
1d26d00255e9a17b33eecde1b74d4683
LicenseASL 2.0
Provides
golang(github.com/containerd/ttrpc) = 1.2.1-4.fc38
golang(github.com/containerd/ttrpc/integration/streaming) = 1.2.1-4.fc38
golang(github.com/containerd/ttrpc/internal) = 1.2.1-4.fc38
golang(github.com/containerd/ttrpc/plugin) = 1.2.1-4.fc38
golang-github-containerd-ttrpc-devel = 1.2.1-4.fc38
golang-ipath(github.com/containerd/ttrpc) = 1.2.1-4.fc38
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
go-filesystem
golang(github.com/gogo/protobuf/protoc-gen-gogo/descriptor)
golang(github.com/gogo/protobuf/protoc-gen-gogo/generator)
golang(github.com/sirupsen/logrus)
golang(golang.org/x/sys/unix)
golang(google.golang.org/genproto/googleapis/rpc/status)
golang(google.golang.org/grpc/codes)
golang(google.golang.org/grpc/status)
golang(google.golang.org/protobuf/proto)
golang(google.golang.org/protobuf/reflect/protoreflect)
golang(google.golang.org/protobuf/runtime/protoimpl)
golang(google.golang.org/protobuf/types/known/emptypb)
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 59 >>>
Name ascending sort Size
/usr/share/doc/golang-github-containerd-ttrpc-devel0.00 B
/usr/share/doc/golang-github-containerd-ttrpc-devel/README.md2.30 KB
/usr/share/doc/golang-github-containerd-ttrpc-devel/example0.00 B
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/Protobuild.toml821.00 B
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/cmd0.00 B
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/cmd/handshaker_linux.go742.00 B
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/cmd/handshaker_other.go748.00 B
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/cmd/main.go2.99 KB
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/doc.go676.00 B
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/example.pb.go11.23 KB
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/example.proto465.00 B
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/example_ttrpc.pb.go1.68 KB
/usr/share/gocode/src/github.com0.00 B
/usr/share/gocode/src/github.com/containerd0.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc0.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/.goipath46.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/PROTOCOL.md12.49 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/README.md2.30 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/channel.go4.65 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/channel_test.go2.38 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/client.go10.92 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/client_test.go1.75 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/codec.go1.11 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/config.go1.50 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/doc.go876.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/errors.go1.10 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/example0.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/example/example.proto465.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/go.mod353.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/handshake.go1.70 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/integration0.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/integration/streaming0.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/integration/streaming/doc.go614.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/integration/streaming/test.pb.go15.18 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/integration/streaming/test.proto1.51 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/integration/streaming/test_ttrpc.pb.go9.60 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/interceptor.go2.32 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/internal0.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/internal/test.pb.go7.58 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/metadata.go2.56 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/metadata_test.go2.74 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/plugin0.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/plugin/generator.go3.91 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/proto0.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/proto/status.proto56.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/request.pb.go12.60 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/request.proto428.00 B
/usr/share/gocode/src/github.com/containerd/ttrpc/server.go12.59 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/server_linux_test.go3.68 KB
/usr/share/gocode/src/github.com/containerd/ttrpc/server_test.go13.97 KB
Component of
1 through 32 of 32
Buildroot descending sort Created State
f38-build-730105-102325 2023-08-18 07:00:31 expired
f38-build-729900-101924 2023-07-11 05:32:47 expired
f38-build-729883-101876 2023-07-09 14:44:00 expired
f38-build-729881-101876 2023-07-09 14:18:44 expired
f38-build-729879-101876 2023-07-09 13:51:14 expired
f38-build-729876-101876 2023-07-09 13:13:42 expired
f38-build-729865-101876 2023-07-09 12:17:46 expired
f38-build-729855-101876 2023-07-09 11:21:16 expired
f38-build-729849-101876 2023-07-09 10:45:09 expired
f38-build-729837-101876 2023-07-09 09:50:23 expired
f38-build-729831-101876 2023-07-09 09:20:55 expired
f38-build-729826-101874 2023-07-09 08:47:13 expired
f38-build-729821-101874 2023-07-09 08:20:43 expired
f38-build-729803-101872 2023-07-09 06:45:30 expired
f38-build-729788-101840 2023-07-09 04:26:01 expired
f38-build-729786-101840 2023-07-09 04:06:46 expired
f38-build-729784-101840 2023-07-09 03:58:29 expired
f38-build-729781-101840 2023-07-09 03:23:26 expired
f38-build-729778-101840 2023-07-09 03:08:46 expired
f38-build-729773-101840 2023-07-09 02:28:17 expired
f38-build-729772-101836 2023-07-09 02:21:47 expired
f38-build-729740-101836 2023-07-08 23:49:58 expired
f38-build-729730-101836 2023-07-08 22:44:45 expired
f38-build-729724-101836 2023-07-08 22:05:02 expired
f38-build-729720-101836 2023-07-08 21:42:54 expired
f38-build-729715-101836 2023-07-08 21:07:02 expired
f38-build-729710-101836 2023-07-08 20:36:50 expired
f38-build-729705-101836 2023-07-08 20:06:01 expired
f38-build-729701-101836 2023-07-08 19:44:43 expired
f38-build-729698-101836 2023-07-08 19:03:34 expired
f38-build-729696-101836 2023-07-08 18:50:36 expired
f38-build-729686-101836 2023-07-08 17:57:14 expired