# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "mirai" in publications use:' type: software license: GPL-3.0-or-later title: 'mirai: Minimalist Async Evaluation Framework for R' version: 1.3.0.9000 identifiers: - type: doi value: 10.32614/CRAN.package.mirai - type: url value: https://github.com/shikokuchuo/mirai/ abstract: Designed for simplicity, a 'mirai' evaluates an R expression asynchronously in a parallel process, locally or distributed over the network, with the result automatically available upon completion. Modern networking and concurrency built on 'nanonext' and 'NNG' (Nanomsg Next Gen) ensure reliable and efficient scheduling, over fast inter-process communications or TCP/IP secured by TLS. Advantages include being inherently queued thus handling many more tasks than available processes, no storage on the file system, support for otherwise non-exportable reference objects, an event-driven promises implementation, and built-in asynchronous parallel map. authors: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X preferred-citation: type: manual title: 'mirai: Minimalist Async Evaluation Framework for R' authors: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X year: '2024' notes: R package version 1.3.0.9000 url: https://doi.org/10.5281/zenodo.7912722 repository: https://fastverse.r-universe.dev repository-code: https://github.com/shikokuchuo/mirai commit: 4c87a44550b166c7a7a2db630a3ff8d1d25acc9b url: https://shikokuchuo.net/mirai/ contact: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X