vmikk / metagMisc

Miscellaneous functions for metagenomic analysis.
MIT License
44 stars 11 forks source link

Purrr vs Plyr #4

Open vmikk opened 6 years ago

vmikk commented 6 years ago

Should we switch from plyr to purrr? Check also multidplyr (a backend for dplyr) to parallelize the code.

vmikk commented 5 years ago

There is another option - furrr. The goal of furrr is to simplify the combination of purrr’s family of mapping functions and future’s parallel processing capabilities.