jeffsocal / tidyproteomics

An S3 data object and framework for common quantitative proteomic analyses
https://jeffsocal.github.io/tidyproteomics/
MIT License
30 stars 4 forks source link

Multicore support #17

Open alexpmagalhaes opened 6 months ago

alexpmagalhaes commented 6 months ago

Any chance to get multicore support for the package?

jeffsocal commented 5 months ago

Its possible. I have also considered using Polars as the underlying data management to speed things up. To help me focus on a particular area, where might you be looking to speed things along? Which step or function? As some steps parallel::mclapply might not be feasible.