Skip to content

[#691] Improve memory usage via reuse InputStreamBufferInput - #692

Closed
koo-taejin wants to merge 1 commit into
msgpack:mainfrom
koo-taejin:imporve_memory_usage
Closed

[#691] Improve memory usage via reuse InputStreamBufferInput#692
koo-taejin wants to merge 1 commit into
msgpack:mainfrom
koo-taejin:imporve_memory_usage

Conversation

@koo-taejin

Copy link
Copy Markdown

No description provided.

@xerial

Copy link
Copy Markdown
Member

Thank you for the PR.

msgpack-java is commonly used for encoding and decoding relatively small amounts of data. The JVM has been optimized for frequent memory allocations, so memory optimization like this is usually unnecessary.

I will close the PR as the CI is also not passing.

@xerialxerial closed this Sep 24, 2023
@xerial

Copy link
Copy Markdown
Member

#704 would be a following work

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@koo-taejin@xerial