https://issues.apache.org/jira/browse/TINKERPOP-2166
Implement a cache for the search of the method in P deserialization. Includes a micro benchmark: Before: ``` Benchmark Mode Cnt Score Error Units GraphBinaryReaderWriterBenchmark.readP1 thrpt 20 74574.850 ± 2466.040 ops/s ``` With this patch: ``` Benchmark Mode Cnt Score Error Units GraphBinaryReaderWriterBenchmark.readP1 thrpt 20 1483588.719 ± 77339.678 ops/s ``` VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1073 ] This message was relayed via gitbox.apache.org for [email protected]
