GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1752
ARTEMIS-1586 Reduce GC pressure due to String allocations on Core protocol
The commit contains:
- a general purpose interner implementation
- StringValue/SimpleString internrs specializations
- TypedProperties keys/values string interning for SessionSendMessage
decoding
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis decoder_interners
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1752.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1752
----
commit 2dd894c74f6dfe1e9d0579ced225a44661efcb99
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-01-04T14:22:05Z
ARTEMIS-1586 Reduce GC pressure due to String allocations on Core protocol
The commit contains:
- a general purpose interner implementation
- StringValue/SimpleString internrs specializations
- TypedProperties keys/values string interning for SessionSendMessage
decoding
----
---