browser: store only changed values in version support
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 15 Nov 2021 18:15:25 +0000 (19:15 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 6 Dec 2021 11:07:29 +0000 (12:07 +0100)
Full storage does not scale well, taking over 1.2s to load the current 23MB
perl structure (mostly indentation, minified it's 3MB like the original json).
Simple deduplication reduces this to 2.6MB pp (800kB as json) which takes only
0.2s excluding parsing.


No differences found