GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1753
ARTEMIS-1573 Improve UTF translation allowing zero copy
The UTF translations has been improved by:
- zero copy on array based buffers
- zero copy UTF length calculation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis utf8_validation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1753.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 #1753
----
commit e6bfe5132ffcb17ad7bd137b109cbb321c9fb263
Author: Francesco Nigro <nigro.fra@...>
Date: 2017-12-21T13:02:34Z
ARTEMIS-1573 Improve UTF translation allowing zero copy
The UTF translations has been improved by:
- zero copy on array based buffers
- zero copy UTF length calculation
----
---