madeso / ride

Ride IDE
MIT License
172 stars 16 forks source link

Change data file formats to xml or json #114

Closed madeso closed 8 years ago

madeso commented 8 years ago

The reason is two-fold:

madeso commented 8 years ago

Stats for the largest file: settings 19k - proto file 26k pretty compact xml (n instead of name, f instead of field, tab instead of 2 spaces etc) 19k - pretty compact json (12k - compact json)

Solution: json is our text format of choice.

madeso commented 8 years ago

json is beeing written and read now. binary file is also written as a backup for when/if the json filing fails