You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a minimum buffer size for the decoders or encoders on Brotli4j? or is size of 1 even possible? (albeit quite pointless from a performance point of view).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On some compression algorithms, or implementations, there is a minimum size that a buffer can be for it to work properly.
Example: from Gzip / zlib (yes, Jetty encountered an issue around this topic)
Is there a minimum buffer size for the decoders or encoders on Brotli4j? or is size of 1 even possible? (albeit quite pointless from a performance point of view).
Beta Was this translation helpful? Give feedback.
All reactions