spectral-cockpit / specprepper

🎒 Be prepared. Compose and apply combinations of preprocessing operations on spectra
https://spectral-cockpit.github.io/specprepper/
Other
1 stars 0 forks source link

reduce shared internal pointers #5

Closed philipp-baumann closed 1 year ago

philipp-baumann commented 1 year ago

There is some potential to improve memory management

philipp-baumann commented 1 year ago

Instead of having in-memory tables with the preprocessed spectra elements, we could as well just replace them with short pointers in memory pinpointing to respective zarr files on disk.

philipp-baumann commented 1 year ago

closing because it is a duplicate of #8