Closed Simulant87 closed 4 months ago
Closed due to using a modified version of a GPLv2-licensed file (or possibly a modified Oracle-proprietary file, I could not tell from the comments). In general, this project does not allow use of modified licensed files.
implementation of #899
performance test implementation below.
Measurement on master branch:
39151ms for 100 iterations of parsing JSONObject. 391ms per parsing on average.
Measurement on improved branch:
32337ms for 100 iterations of parsing JSONObject. 323ms per parsing on average.
--> 18% performance improvement.