eerepr is a Python package I wrote that generates HTML reprs for Earth Engine objects, converting JSON data to trees that can be navigated in a Jupyter notebook. Large objects representing tens of MBs of JSON with thousands of nested elements aren’t uncommon, so the last few months I’ve been focusing on performance optimizations within the HTML conversion process to speed up repr generation. This post details some successful and some unsuccessful experiments with optimizing the conversion...