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

Pooling of BufferObjectDataInput #5562

Closed
pveentjer opened this issue Jun 23, 2015 · 1 comment
Closed

Pooling of BufferObjectDataInput #5562

pveentjer opened this issue Jun 23, 2015 · 1 comment
Assignees
Labels
Source: Internal PR or issue was opened by an employee Team: Core Team: Performance
Milestone

Comments

@pveentjer
Copy link
Contributor

Currently for every deserialization and BufferObjectDataInput is created. This generates waste since an ByteArrayObjectDataInput is created + an array of data for every deserialization.

The BufferObjectDataOutput is already cached; the Input should use a similar approach.

@pveentjer pveentjer self-assigned this Jun 23, 2015
@pveentjer pveentjer added this to the 3.6 milestone Jun 23, 2015
@pveentjer
Copy link
Contributor Author

Is fixed with this pr:

#5571

@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Team: Core Team: Performance
Projects
None yet
Development

No branches or pull requests

2 participants