TOML Fortran 0.3.0

Very interesting. Using your example I added the toml-f parser to my JSON Fortran benchmark code.

Time to parse a large JSON example file:

               json_fortran :   0.1154  seconds
                      rojff :   0.2359  seconds
                      tomlf :   0.4717  seconds
                       fson :   0.8649  seconds
2 Likes