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)
commit1c575b2b48f7b4769d1ce38d81dc200a4b999ef6
treebbbb6418f9995a4869e610e9c257f559094a84d3
parentdddba283566021f3a54add9ce599e3fed9d0cd27
browser: store only changed values in version support

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.
browser.plp
tools/mkcaniuse