[PR #1223] [CLOSED] Add dictionary compression to go bindings #1785

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1223
Author: @yoavweiss
Created: 11/20/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 8585de9 Add dictionary compression to go bindings

📊 Changes

1 file changed (+14 additions, -3 deletions)

View changed files

📝 go/cbrotli/writer.go (+14 -3)

📄 Description

This a rough WIP sketch of adding dictionary compression to brotli's go bindings. I'm not yet sure this actually works..


🔄 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/1223 **Author:** [@yoavweiss](https://github.com/yoavweiss) **Created:** 11/20/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8585de9`](https://github.com/google/brotli/commit/8585de9772394d21fbe85d7869fa64b2d3c543ee) Add dictionary compression to go bindings ### 📊 Changes **1 file changed** (+14 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go/cbrotli/writer.go` (+14 -3) </details> ### 📄 Description This a rough WIP sketch of adding dictionary compression to brotli's go bindings. I'm not yet sure this actually works.. --- <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:55:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1785