HpcResearchLaboratory / simulator

An Agent based disease spread simulator 🤖
1 stars 0 forks source link

Perf: Change the JSON parser #9

Closed Tomcat-42 closed 7 months ago

Tomcat-42 commented 7 months ago

The actuall JSON parser, https://github.com/nlohmann/json, imposes serious performance issues when serializing large results form simulations.

Then, It would be necessary to use one of the alternative to parse JSON:

Tasks:

Tomcat-42 commented 7 months ago

Actually both the libs doesn't work with the nvc++ compiler :(