Streamable output from the decoder #3

Closed
opened 2026-01-29 20:28:33 +00:00 by claunia · 1 comment
Owner

Originally created by @KenjiBaheux on GitHub (Feb 25, 2015).

From https://code.google.com/p/chromium/issues/detail?id=452335 where we are exploring how to support brotli as an HTTP transfer-encoding method

Comment Nb. 20:
"Chrome's networking stack is a single thread event loop. To prevent arbitrary data from being buffered in memory, and to get data to consumers as fast as possible, this will need to be rewritten in a way for the caller to call it repeatedly to get the data out of it."

Originally created by @KenjiBaheux on GitHub (Feb 25, 2015). From https://code.google.com/p/chromium/issues/detail?id=452335 where we are exploring how to support brotli as an HTTP transfer-encoding method Comment Nb. 20: "Chrome's networking stack is a single thread event loop. To prevent arbitrary data from being buffered in memory, and to get data to consumers as fast as possible, this will need to be rewritten in a way for the caller to call it repeatedly to get the data out of it."
Author
Owner

@szabadka commented on GitHub (Apr 23, 2015):

#79 added streaming output support.

@szabadka commented on GitHub (Apr 23, 2015): #79 added streaming output support.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#3