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.

@koo-taejin koo-taejin force-pushed the imporve_memory_usage branch from 7e59e49 to 56ac516 Compare January 19, 2023 07:10
@xerial

xerial commented Sep 24, 2023

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.

@xerial xerial closed this Sep 24, 2023
@xerial

xerial commented Sep 24, 2023

Copy link
Copy Markdown
Member

#704 would be a following work

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

Labels

None yet

2 participants