900d00d5db
Motivation: Since Java 8, JDK has `java.util.Base64` that could replace custom netty implementation. It is faster (3x for this particular PR) and simpler. Modifications: Use Base64 directly. Result: ``` Benchmark Mode Cnt Score Error Units Base64Benchmark.base64New thrpt 6 7739181.025 ± 114230.467 ops/s Base64Benchmark.base64Old thrpt 6 2689783.304 ± 454710.641 ops/s ``` |
||
---|---|---|
.. | ||
src | ||
pom.xml |