allen-cell-animated / timelapse-colorizer

A web-based, time-series visualizer for tracked segmented data.
Other
7 stars 1 forks source link

Load features asynchronously #20

Closed toloudis closed 1 day ago

toloudis commented 1 year ago

Use Case

If I have a dataset with a large number of features, I may not want to consume extra resources by loading them all initially.

Acceptance Criteria

Only load feature data on-demand.

Details

Could discard old feature data (or optionally keep around a very limited number of them in a local cache)

ShrimpCryptid commented 2 months ago

Starting to see big slowdowns when loading the nucmorph dataset. May experimentally implement this.

ShrimpCryptid commented 1 day ago

Should we close this now that feature load is multithreaded?

toloudis commented 1 day ago

I agree we can close it and create a new ticket if we have concerns later. Binary+worker loading was a big win

ShrimpCryptid commented 1 day ago

Closed by #420 and #409, which solve the underlying performance concerns.