[PR #184] [MERGED] Support large inputs/outputs in memory adaptors #781

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/184
Author: @aborg-dev
Created: 9/28/2015
Status: Merged
Merged: 10/2/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 08e98d8 Support large inputs/outputs in memory adaptors

📊 Changes

2 files changed (+19 additions, -19 deletions)

View changed files

📝 enc/streams.cc (+6 -6)
📝 enc/streams.h (+13 -13)

📄 Description

Hello!
I had a trouble using BrotliMem(In/Out) adaptors while compressing large chunk of data ( > 3 GB).
So I'm sending PR that is supposed to fix this problem.


🔄 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/184 **Author:** [@aborg-dev](https://github.com/aborg-dev) **Created:** 9/28/2015 **Status:** ✅ Merged **Merged:** 10/2/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`08e98d8`](https://github.com/google/brotli/commit/08e98d8d89b0cf48d4083b635432f14c253cddb7) Support large inputs/outputs in memory adaptors ### 📊 Changes **2 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `enc/streams.cc` (+6 -6) 📝 `enc/streams.h` (+13 -13) </details> ### 📄 Description Hello! I had a trouble using BrotliMem(In/Out) adaptors while compressing large chunk of data ( > 3 GB). So I'm sending PR that is supposed to fix this problem. --- <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:50:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#781