future.apply

From MaRDI portal
Software:45068



swMATH33359CRANfuture.applyMaRDI QIDQ45068

Apply Function to Elements in Parallel using Futures

Henrik Bengtsson

Last update: 21 December 2023

Software version identifier: 1.10.0, 1.11.0, 0.1.0, 0.2.0, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.1, 1.9.0, 1.9.1, 1.11.1

Source code repository: https://github.com/cran/uture.apply

Copyright license: GNU General Public License, version 3.0, GNU General Public License, version 2.0

Implementations of apply(), by(), eapply(), lapply(), Map(), .mapply(), mapply(), replicate(), sapply(), tapply(), and vapply() that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster. These future_*apply() functions come with the same pros and cons as the corresponding base-R *apply() functions but with the additional feature of being able to be processed via the future framework.