Wed, 17 Jul 2024 04:42:23 UTC | login

Information for build golang-github-containerd-ttrpc-1.0.2-1.fc33

ID191082
Package Namegolang-github-containerd-ttrpc
Version1.0.2
Release1.fc33
Epoch
SummaryGRPC for low-memory environments
Description GRPC 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 26 Dec 2020 12:04:54 UTC
CompletedSat, 26 Dec 2020 12:04:54 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-containerd-ttrpc-1.0.2-1.fc33.src.rpm (info) (download)
noarch
golang-github-containerd-ttrpc-devel-1.0.2-1.fc33.noarch.rpm (info) (download)
Changelog * Thu Dec 17 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.2-1 - Update to 1.0.2 * Sun Aug 23 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.1-2 - Rebuilt for FTBFS * Sun Aug 09 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.1-1 - Update to 1.0.1 * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Feb 07 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20200207git0be804e - Bump to commit 0be804eadb152bc3b3c20c5edc314c4633833398 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 01 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190626git699c4e4 - Initial package