mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #184] [MERGED] Support large inputs/outputs in memory adaptors #781
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
08e98d8Support 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.