Skip to content

use rapidJson parser

rmuntean requested to merge faster_json_parser into main

Parsing the json snapshot was one of the bottlenecks of the entire tool. This PR changes the used json library with a faster one.

Merge request reports