Just a backlog of things to improve performance. - [ ] Clone the `bicycle_direct` router upon loading; don't serialize it - [x] gzip the .bin files - [x] Try web workers for all interactions - [ ] For expensive OD calculations, try web workers with many threads - [x] Ship less GeoJSON to the frontend (consolidating datasets, matching IDs to new state, etc) - [ ] Start the WASM, savefile, etc loading concurrently with the map setup
Just a backlog of things to improve performance.
bicycle_directrouter upon loading; don't serialize it