#
brotli
Here are 181 public repositories matching this topic...
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
react
sass
graphql
less
typescript
webpack
apollo
postcss
gzip
universal
ssr
reactjs
apollo-client
helmet
emotion
brotli
server-side-rendering
starter-kit
hot-reload
webpack4
-
Updated
Jul 30, 2020 - TypeScript
Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.
-
Updated
Aug 23, 2020 - CSS
Brotli compressor and decompressor written in rust that optionally avoids the stdlib
rust
compression
decompression
brotli
compressor
rustlang
safe
brotli-encoder
brotli-decompressor
brotli-compression
brotli-compressor
-
Updated
Aug 27, 2020 - Rust
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
-
Updated
Mar 20, 2020 - C
Compile Nginx from source with custom modules on Debian and Ubuntu
nginx
debian
openssl
http2
brotli
cloudflare
geoip
curve25519
chacha20-poly1305
libressl
pagespeed
alpn
-
Updated
Aug 12, 2020 - Shell
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.
-
Updated
Oct 25, 2019 - C
Compression Benchmark
benchmark
compression
gzip
zip
huffman
zlib
brotli
lz77
codec
compressor
data-compression
bwt
zstd
lz4
lzturbo
compressor-benchmark
lzma
huffman-compression-algorithm
entropy-coder
asymmetric-numeral-systems
-
Updated
Aug 17, 2020 - C
Node.js module for brotli compression/decompression with native bindings
-
Updated
Jun 3, 2020 - JavaScript
Simple wrapper on top of serveStatic, that allows serving pre-gzipped files as well as other types of compressions.
-
Updated
Aug 25, 2020 - JavaScript
meta project to build libraries from the brotli source code
-
Updated
Feb 5, 2018 - Makefile
Stable nginx with google brotli compression module
-
Updated
Jul 24, 2020 - Dockerfile
Open
100% code coverage
mcollina
commented
May 25, 2020
As titled, this repo would benefit from having 100% code coverage (-100 flag in tap).
Replacement for golang http.FileServer which supports precompressed static assets.
-
Updated
Jul 29, 2020 - Go
linux
nginx
openssl
webserver
firewall
http2
centos
redhat
brotli
ssh-key
openssl-library
nginx-server
alpn
selinux
nginx-modules
-
Updated
Oct 15, 2018
java
reactive
protobuf
extensions
decompression
http-client
brotli
gson
jackson
reactor
jaxb
multipart
java11
-
Updated
Jul 27, 2020 - Java
Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
-
Updated
Jun 8, 2020 - C
Full C# port of Brotli compression algorithm
-
Updated
May 10, 2020 - C#
EasyCompressor is an open-source compression abstraction library that supports and implements many compression algorithms such as Zstd, LZMA, LZ4, Snappy, Brotli, GZip and Deflate. It is very useful for using along with distributed caching or storing files in database.
compression
gzip
decompression
brotli
snappy
compress
compressor
zstd
lz4
compressor-benchmark
lzma
deflate
zstandard
decompress
gzip-compression
deflate-algorithm
lz4-compression
lz4-compressors
-
Updated
Aug 21, 2020 - C#
A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
-
Updated
Aug 22, 2020 - JavaScript
connect middleware for statically compressed files
-
Updated
Aug 27, 2017 - JavaScript
Improve this page
Add a description, image, and links to the brotli topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the brotli topic, visit your repo's landing page and select "manage topics."
Howdy and thanks for a awesome library!
We have a use case where we tar up a path and upload it to google cloud storage, which takes a []byte as the object you wish to upload. Later on we might download the tar which again gives us a []byte and untar it to some path.
In
v2.0.1we have the super helpful