sofarocean / spotter-sd-parser

Open source tool for concatenating and parsing SD card data from Spotters
Apache License 2.0
7 stars 5 forks source link

Processing is single-threaded #13

Open tcj opened 1 year ago

tcj commented 1 year ago

FLT processing pegs a single CPU core. Could multiprocessing/multithreading be introduced?

ryancoe commented 1 year ago

I've done this in the past with Dask DataFrames.