[PR #590] [MERGED] Update #1234

Closed
opened 2026-01-29 20:53:07 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/590
Author: @eustas
Created: 8/28/2017
Status: Merged
Merged: 8/28/2017
Merged by: @eustas

Base: masterHead: upd8c


📝 Commits (1)

📊 Changes

10 files changed (+1954 additions, -22 deletions)

View changed files

📝 WORKSPACE (+10 -0)
📝 c/enc/backward_references_inc.h (+12 -3)
js/BUILD (+37 -0)
js/decode.js (+1713 -0)
js/decode.min.js (+1 -0)
js/decode_test.js (+72 -0)
js/polyfill.js (+65 -0)
📝 python/README.md (+2 -0)
📝 python/_brotli.cc (+37 -17)
📝 research/deorummolae.cc (+5 -2)

📄 Description

  • add transpiled JS decoder
  • make PY wrapper accept memview
  • fix dictionary generator
  • speedup compression of RLEish data

🔄 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/590 **Author:** [@eustas](https://github.com/eustas) **Created:** 8/28/2017 **Status:** ✅ Merged **Merged:** 8/28/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd8c` --- ### 📝 Commits (1) - [`4faa2d5`](https://github.com/google/brotli/commit/4faa2d5fae310afab5ec865428f9e18898373953) Update ### 📊 Changes **10 files changed** (+1954 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `WORKSPACE` (+10 -0) 📝 `c/enc/backward_references_inc.h` (+12 -3) ➕ `js/BUILD` (+37 -0) ➕ `js/decode.js` (+1713 -0) ➕ `js/decode.min.js` (+1 -0) ➕ `js/decode_test.js` (+72 -0) ➕ `js/polyfill.js` (+65 -0) 📝 `python/README.md` (+2 -0) 📝 `python/_brotli.cc` (+37 -17) 📝 `research/deorummolae.cc` (+5 -2) </details> ### 📄 Description * add transpiled JS decoder * make PY wrapper accept memview * fix dictionary generator * speedup compression of RLEish data --- <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:53:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1234