Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use FrameDecoder.setMaxCumulationBufferComponents(Integer.MAX_VALUE) for Decoders that needs to handle big frames #424

Closed
normanmaurer opened this issue Jun 29, 2012 · 0 comments
Assignees
Milestone

Comments

@normanmaurer
Copy link
Member

We have a few Decoder implementation which really can get a lot of speed up by using FrameDecoder.setMaxCumulationBufferComponents(Integer.MAX_VALUE). These Decoder will handle big frames and don't do heavy random access on the Buffer.

So for these we should make this optimization and call the method in the constructor.

@ghost ghost assigned normanmaurer Jun 29, 2012
normanmaurer added a commit that referenced this issue Jun 29, 2012
…for Decoders that needs to handle big frames. See #424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant