tjbearse / sheet-block-editor

A block based visual editor for Google Sheets
https://tjbearse.github.io/sheet-block-editor/
GNU General Public License v3.0
3 stars 0 forks source link

compress block definitions & toolbox #35

Open tjbearse opened 1 year ago

tjbearse commented 1 year ago

Block definitions

Implementation raw size
"slim" json no w.s. 68k
protobuf 65k
"slim" json no help 32k

Most of the content is text: function name, variable names, help.

Ideas

Toolbox

implementation raw size
blockly format no w.s. 21k

Blockly format is 3/5 - 4/5 boilerplate

tjbearse commented 1 year ago

Have removed the need for toolbox. Minor change results in "slim" json w/ help being 65KB