[PR #523] [MERGED] Better compression #1165

Open
opened 2026-01-29 20:52:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/523
Author: @eustas
Created: 3/20/2017
Status: Merged
Merged: 3/21/2017
Merged by: @eustas

Base: masterHead: context-go


📝 Commits (3)

📊 Changes

2 files changed (+107 additions, -11 deletions)

View changed files

📝 enc/encode.c (+92 -3)
📝 enc/metablock.c (+15 -8)

📄 Description

  • use more complex context modelling on 1MiB+ files

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/523 **Author:** [@eustas](https://github.com/eustas) **Created:** 3/20/2017 **Status:** ✅ Merged **Merged:** 3/21/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `context-go` --- ### 📝 Commits (3) - [`6c61581`](https://github.com/google/brotli/commit/6c61581ada4fda1d86991232651b6e4392d42b5d) Better compression and golang wrapper. - [`5bd806a`](https://github.com/google/brotli/commit/5bd806aa00a4d8a7c74fd796f3a99d2d2d3504e2) Rollback go-wrapper - [`4b7d2e6`](https://github.com/google/brotli/commit/4b7d2e695b5a8aab1d5a15e0bcb694547a5cc242) Rollback go-wrapper ### 📊 Changes **2 files changed** (+107 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `enc/encode.c` (+92 -3) 📝 `enc/metablock.c` (+15 -8) </details> ### 📄 Description * use more complex context modelling on 1MiB+ files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1165