msgpack-java
msgpack-java copied to clipboard
expose method to create parser from direct memory
Useful to parse message coming in from netty for example without creating a lot of garbage. Also expose the method to create a parser from a sub array.
@komamitsu Could you review this change? This seems a good improvement.