ComPlat/chem-spectra-app

It takes too long to process MS data when there many spectra

Closed this issue · 1 comments

When process the file that has many spectra (eg: 2000), it takes too long to process because the compose store processing spectra data in the memory.
It needs to the way to change how to handle it and make it run faster.
When the .jdx file is too large (eg: bigger than 100 MB), chemspectra frontend cannot handle this file as well. Therefore it need to be tackled.

An example of the file that has many spectra
KA46.6_no8_15.zip

Closed by #194