golang-gogottrpc 1.2.4-2 source package in Ubuntu

Changelog

golang-gogottrpc (1.2.4-2) unstable; urgency=medium

  * Team upload
  * Upload to unstable
  * Removes dependency on <email address hidden>, closes: #975431

 -- Reinhard Tartler <email address hidden>  Sun, 23 Jun 2024 09:11:22 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gogottrpc_1.2.4-2.dsc 2.5 KiB 033a264985f5ea25851ce14e253bbaf211f3dbf447d7059892d620440298df7b
golang-gogottrpc_1.2.4.orig.tar.gz 51.3 KiB 67776206e1f99ad97ea0ea1d1b263b11e2b9b04092b09c4d8081afaabe921e02
golang-gogottrpc_1.2.4-2.debian.tar.xz 3.6 KiB c789929a51427d54a369e9dd2821d39e9d4979881adf9e52f2f0e374a85e3462

Available diffs

No changes file available.

Binary packages built by this source

golang-github-containerd-ttrpc-dev: 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.
 .
 Please note that while this project supports generating either end of
 the protocol, the generated service definitions will be incompatible
 with regular GRPC services, as they do not speak the same protocol.
 .
 This package provides sources.