google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Changes the storage format for results from Python literals to JSON. #24

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

This speeds up result parsing considerably, as well as using a more standard format for storage - important when one shares results.

Also moves a requirement on enoding time due to testing on a slow computer.

phoglund commented 9 years ago

lgtm