mobie / mobie-viewer-fiji

BSD 2-Clause "Simplified" License
30 stars 12 forks source link

Further improve performance for loading large (spot) tables #873

Open constantinpape opened 1 year ago

constantinpape commented 1 year ago

Loading the stitched-full view in the new spatial transcriptomics project works much better now:

Still, it would be interesting to now what the bottlenecks are in loading the view, and if it could be further sped up by improving the table loading (which only takes a couple seconds in python).

If table loading turns out to be a bottleneck now, we could try using parquet (example data with parquet tables is here: https://github.com/mobie/spatial-transcriptomics-example-project/tree/parquet)

tischi commented 1 year ago

Relevant thread: https://github.com/jtablesaw/tablesaw/issues/5#issuecomment-1282410247

tischi commented 1 year ago

Also relevant: https://github.com/tlabs-data/tablesaw-parquet/issues/75#issuecomment-1285186430