brotli

Brotli compression format (by google)

Brotli Alternatives

Similar projects and alternatives to brotli

  1. Tailwind CSS

    1,595 brotli VS Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  2. Puter.js

    Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

    Puter.js logo
  3. Caddy

    464 brotli VS Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  4. squoosh

    309 brotli VS squoosh

    Make images smaller using best-in-class codecs, right in the browser.

  5. Scrapy

    198 brotli VS Scrapy

    Scrapy, a fast high-level web crawling & scraping framework for Python.

  6. zstd

    124 brotli VS zstd

    Zstandard - Fast real-time compression algorithm

  7. requests

    106 brotli VS requests

    A simple, yet elegant, HTTP library.

  8. libuv

    92 brotli VS libuv

    Cross-platform asynchronous I/O

  9. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  10. GLFW

    84 brotli VS GLFW

    A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input

  11. ZLib

    A massively spiffy yet delicately unobtrusive compression library.

  12. FlatBuffers

    FlatBuffers: Memory Efficient Serialization Library

  13. Allegro

    The official Allegro 5 git repository. Pull requests welcome!

  14. Hystrix

    23 brotli VS Hystrix

    Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.

  15. Jetty

    17 brotli VS Jetty

    Eclipse Jetty® - Web Container & Clients - supports HTTP/3, HTTP/2, HTTP/1, websocket, servlets, and more

  16. libevent

    Event notification library

  17. ck

    10 brotli VS ck

    Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.

  18. Snappy

    6 brotli VS Snappy

    A fast compressor/decompressor

  19. botasaurus

    8 brotli VS botasaurus

    The All in One Framework to Build Undefeatable Scrapers

  20. LZ4

    24 brotli VS LZ4

    Extremely Fast Compression algorithm

  21. smaz

    4 brotli VS smaz

    Small strings compression library

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better brotli alternative or higher similarity.

brotli discussion

Log in or Post with

brotli reviews and mentions

Posts with mentions or reviews of brotli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-04-29.
  • Caddy 2.8 vs Nginx 1.26: Static File Serving Speed Benchmark 2026
    5 projects | dev.to | 29 Apr 2026
    We recommend pre-compressing assets during your build pipeline using the official https://github.com/google/brotli CLI tool, which allows you to use higher compression levels (9-11) without adding latency to requests. Our benchmarks show that pre-compressed brotli assets at level 11 are 22% smaller than on-the-fly brotli level 6, with zero runtime overhead. For teams serving more than 100GB of static assets monthly, this optimization alone can save $500+ in bandwidth costs. Always validate compression ratios with the https://github.com/caddyserver/caddy built-in debug logs or Nginx’s $brotli_ratio variable to ensure your compression settings are effective. This tip is especially valuable for teams with mobile-heavy user bases, where reduced payload sizes directly correlate to lower bounce rates and higher conversion.
  • Dealing With Web Fonts
    2 projects | dev.to | 5 May 2025
    Modern web format is woff (Web Open Font Format) with ~97% browser support. Version 2 is using Brotli compression and is ~20% - 50% more efficient.
  • A Career Ending Mistake
    1 project | news.ycombinator.com | 24 Nov 2024
    Projects like Brotli aren't built to maximize personal profit; they're driven by passion and a genuine love for software engineering.

    It's clear that the industry is shifting from being geeky and nerdy to being more business and management focused.

    [0] https://github.com/google/brotli

  • Building an Efficient Text Compression Algorithm Inspired by Silicon Valley’s Pied Piper
    1 project | dev.to | 21 Oct 2024
    Brotli is a compression algorithm developed by Google, particularly effective for text and web compression. It uses a combination of LZ77 (Lempel-Ziv 77), Huffman coding, and 2nd order context modeling. In comparison to traditional algorithms like Gzip, Brotli can achieve smaller compressed sizes, especially for HTML and text-heavy content. This makes it a good candidate for our Pied Piper-inspired text compression implementation.
  • Compression Dictionary Transport
    2 projects | news.ycombinator.com | 15 Sep 2024
    The one example I can think of with a pre-seeded dictionary (for web, no less) is Brotli.

    https://datatracker.ietf.org/doc/html/rfc7932#appendix-A

    You can more or less see what it looks like (per an older commit): https://github.com/google/brotli/blob/5692e422da6af1e991f918...

    Certainly it performs better than gzip by itself.

    Some historical discussion: https://news.ycombinator.com/item?id=19678985

  • WebP: The WebPage Compression Format
    5 projects | news.ycombinator.com | 7 Sep 2024
    I believe the compression dictionary refers to [1], which is used to quickly match dictionary-compressable byte sequences. I don't know where 170 KB comes from, but that hash alone does take 128 KiB and might be significant if it can't be easily recomputed. But I'm sure that it can be quickly computed on the loading time if the binary size is that important.

    [1] https://github.com/google/brotli/blob/master/c/enc/dictionar...

  • Current problems and mistakes of web scraping in Python and tricks to solve them!
    21 projects | dev.to | 22 Aug 2024
    The answer lies in the Accept-Encoding header. In the example above, I just copied it from my browser, so it lists all the compression methods my browser supports: "gzip, deflate, br, zstd". The Wayfair backend supports compression with "br", which is Brotli, and uses it as the most efficient method.
  • LZW and GIF explained
    4 projects | news.ycombinator.com | 25 May 2024
    ...though with the slightly unexpected side effect (for Brotli, at least) that your executable may end up containing (~200KB, from memory) of very unexpected plain text strings which might (& has[0]) lead to questions from software end-users asking why your software contains "random"[1] text (including potentially "culturally sensitive" words/phrases related to religion such as "Holy Roman Emperor", "Muslims", "dollars", "emacs"[2] or similar).

    (I encountered this aspect while investigating potential size optimization opportunities for the Godot game engine's web/WASM builds--though presumably the Brotli dictionary compresses well if the transfer encoding is... Brotli. :D )

    [0] "This needs to be reviewed immediately #876": https://github.com/google/brotli/issues/876

    [1] Which, regardless of meaning, certainly bears similarities to the type of "unexpected weird text" commonly/normally associated with spam, malware, LLMs and other entities of ill repute.

    [2] The final example may not actually be factual. :)

  • Node.js vs Angular: Navigating the Modern Web Development Landscape
    1 project | dev.to | 22 Apr 2024
    Using tools like Brotli, you can boost your application’s load time. You can use the ngUpgrade library to mix AngularJS and Angular components to enhance runtime performance, bringing in hybrid applications that can be used with techniques like ahead-of-time (AOT) compilation, aiding in faster browser rendering.
  • Jpegli: A New JPEG Coding Library
    9 projects | news.ycombinator.com | 3 Apr 2024
    JPEGLI = A small JPEG

    The suffix -li is used in Swiss German dialects. It forms a diminutive of the root word, by adding -li to the end of the root word to convey the smallness of the object and to convey a sense of intimacy or endearment.

    This obviously comes out of Google Zürich.

    Other notable Google projects using Swiss German:

    https://github.com/google/gipfeli high-speed compression

    Gipfeli = Croissant

    https://github.com/google/guetzli perceptual JPEG encoder

    Guetzli = Cookie

    https://github.com/weggli-rs/weggli semantic search tool

    Weggli = Bread roll

    https://github.com/google/brotli lossless compression

    Brötli = Small bread

  • A note from our sponsor - Puter.js
    developer.puter.com | 8 Aug 2026
    One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms. Learn more →

Stats

Basic brotli repo stats
34
14,822
8.7
8 days ago

google/brotli is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of brotli is TypeScript.


Sponsored
Puter.js - The Backend for AI-Generated Apps
One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.
developer.puter.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?