Тёмный

Turbocharge Your Simulations with Parallel Processing! ⚡️ | TidyX Episode 182 

TidyX
Подписаться 3,7 тыс.
Просмотров 197
50% 1

TidyX Episode 182: Turbocharge Your Simulations with Parallel Processing! ⚡️
Ever feel like your simulations take forever to run? This TidyX episode injects a dose of speed with parallel processing using the snowfall package! We'll revisit nested for loops for simulation, then supercharge them to run across multiple cores.
Learn how to run simulations in parallel for faster results using the snowfall package, and combine and analyze simulation outputs for deeper insights.
Join us for an episode that will have your simulations running at the speed of light! ️
Like, Subscribe, and find us on social media! (@ellis_hughes, @OSPpatrick, @tidy_explained).
If you like what we are doing, please sign up to be a patron on Patreon!
/ tidy_explained
Email us with any comments, questions, or suggestions at tidy.explained@gmail.com.
Links:
Open an issue on the TidyX Github page!
github.com/thebioengineer/Tid...
Patreon:
/ tidy_explained
TidyX Code:
github.com/thebioengineer/Tid...

Опубликовано:

 

8 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2   
@guirodriguues
@guirodriguues 21 день назад
Awesome. One package I like a lot is the furrr package. You use the function "future_map" as you do with the "map" function from the purrr package, but in parallel. Pretty easy.
@rayflyers
@rayflyers 20 дней назад
Take the code I commented on episode 144 and replace purrr::map() functions with furrr::future_map() functions.