KaiAragaki / mop

A broom-like interface for lab data
https://kaiaragaki.github.io/mop/
Other
1 stars 0 forks source link

Speeding up read_spectramax #11

Open KaiAragaki opened 2 years ago

KaiAragaki commented 2 years ago

I think it might be faster to swap out read_tsv with fread.

I know the whole 'read in once raw and then sip from that' is a nice idea, but I have a feeling just calling fread a lot is a perhaps less elegant but faster way to get the job done