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 pool of arrays for marshalling #33

Closed
atanasovg opened this issue Mar 6, 2015 · 1 comment
Closed

Use pool of arrays for marshalling #33

atanasovg opened this issue Mar 6, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@atanasovg
Copy link
Contributor

Currently upon every transition to/from Java we allocate new arrays, which kicks GC pretty often, degrading the performance. Use a pool of arrays of various length to mitigate this.

@atanasovg atanasovg modified the milestones: AppBuilder Integration, 0.10 Mar 12, 2015
@slavchev slavchev removed this from the 0.10 milestone May 18, 2015
@blagoev blagoev added this to the 1.3.0 milestone Jul 22, 2015
@atanasovg
Copy link
Contributor Author

I have tested this internally and the performance gain is hardly measurable, if any. So, closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants