google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Result storage should use JSON not AST #10

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

AST is order-of-magnitude slower than JSON, and parsing has turned out to be the heaviest part of report processing.

alvestrand commented 9 years ago

Solved in #24