Henrik Bengtsson | Future: Simple Async, Parallel & Distributed Processing in R | RStudio (2020)

preview_player
Показать описание
Future is a minimal and unifying framework for asynchronous, parallel, and distributed computing in R. It is designed for robustness, consistency, scalability, extendability, and adoptability - all in the spirit of "developer writes code once, user runs it anywhere". It is being used in production for high-performance computing and asynchronous UX, among other things. In this talk, I will discuss common feature requests, recent progress we have made, and what is the pipeline.
Рекомендации по теме
Комментарии
Автор

weird that this has not more views... this is amazing stuff.

OrlandoG
Автор

This is amazing! Parallelizing my work code has been a major headache because my job requires Windows. I'm so excited to try this out on my GIS pipelines!

porlando
Автор

Thank you for the package Henrik it's really great. I use it all the time. I love the philosophy of drop ins for base R functions like the future.apply package etc.

derecksyoutube