I ran some tests and it seems that the change is really worth the effort:
These are the times (in seconds) it takes to read and write a properties file with 204813 lines (medium
size). Each number is the sum of 10 runs.
* configobj_print: 13.2119278908
* json_print : 9.19756507874
* configobj_read : 52.4691631794
* json_read : 2.96070408821
|