# -------------------------------------------- # 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.2.0.9027 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.2.0.9027 url: https://doi.org/10.5281/zenodo.7912722 repository: https://wlandau.r-universe.dev repository-code: https://github.com/shikokuchuo/mirai commit: 7d426b763a213fa391e26942a67650e5bddb3104 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