Pakiet: golang-github-mostynb-go-grpc-compression-dev (1.2.3-2)
Odnośniki dla golang-github-mostynb-go-grpc-compression-dev
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego golang-github-mostynb-go-grpc-compression:
- [golang-github-mostynb-go-grpc-compression_1.2.3-2.dsc]
- [golang-github-mostynb-go-grpc-compression_1.2.3.orig.tar.gz]
- [golang-github-mostynb-go-grpc-compression_1.2.3-2.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
- golang-github-bmatsuo-lmdb-go-dev
- python3-slixmpp
- golang-github-dop251-scsu-dev
- golang-github-stevvooe-resumable-dev
- libschedule-ratelimiter-perl
- libmath-convexhull-perl
- python3-borgstore
- golang-github-buengese-sgzip-dev
- golang-github-arceliar-ironwood-dev
- golang-github-joshuarubin-lifecycle-dev
- golang-github-hexops-gotextdiff-dev
Go gRPC encoding wrappers for missing compressors (library)
This repository contains Go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc.
* github.com/mostynb/go-grpc-compression/lz4 - using (https://github.com/pierrec/lz4) * github.com/mostynb/go-grpc-compression/snappy - using (https://github.com/golang/snappy) * github.com/mostynb/go-grpc-compression/zstd - using (https://github.com/klauspost/compress/tree/master/zstd)
The following algorithms also have experimental implementations, which have not been tested as much as those above. These may be changed significantly, or even removed from this library at a future point.
* github.com/mostynb/go-grpc-compression/experimental/klauspost_snappy - using (https://github.com/klauspost/compress/tree/master/s2) in snappy compatibility mode * github.com/mostynb/go-grpc-compression/experimental/s2 - using (https://github.com/klauspost/compress/tree/master/s2)
Importing any of the packages above will override any previously registered encoders with the same name. If you would prefer imports to only register the encoder if there is no previously registered encoder with the same name, then you should instead import one of the following packages:
* github.com/mostynb/go-grpc-compression/nonclobbering/lz4 * github.com/mostynb/go-grpc-compression/nonclobbering/snappy * github.com/mostynb/go-grpc-compression/nonclobbering/zstd * github.com/mostynb/go-grpc-compression/nonclobbering/experimental/klauspost_snappy * github.com/mostynb/go-grpc-compression/nonclobbering/experimental/s2
Inne pakiety związane z golang-github-mostynb-go-grpc-compression-dev
|
|
|
|
-
- dep: golang-github-golang-snappy-dev
- Implementation of the Snappy compression format in Go
-
- dep: golang-github-klauspost-compress-dev
- optimized compression packages
-
- dep: golang-github-pierrec-lz4-dev
- LZ4 compression and decompression in pure Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-google-grpc-dev
- implementation of gRPC in Go
-
- dep: golang-google-protobuf-dev
- Go support for protocol buffers (APIv2)
Pobieranie golang-github-mostynb-go-grpc-compression-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 12,5 KiB | 109,0 KiB | [lista plików] |