FastR

基于 GraalVM 的 R 编程语言高性能实现。「A high-performance implementation of the R programming language, built on GraalVM.」

  • 所有者: oracle/fastr
  • 平台: Linux,Mac
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Join the chat at https://gitter.im/graalvm/graal-core

A high-performance implementation of the R programming language, built on GraalVM.

FastR aims to be:

  • efficient: executing R language scripts faster than any other R runtime
  • polyglot: allowing polyglot interoperability with other languages in the GraalVM ecosystem.
  • compatible: providing support for existing packages and the R native interface
  • embeddable: allowing integration using the R embedding API or the GraalVM polyglot embedding SDK

The screenshot below shows Java application with embedded FastR engine.
The plot below was generated by ggplot2 running on FastR and it shows
peak performance of the raytracing example.
The measurements were reproduced independently.

Java embedding
Speedup

Getting Started

See the documentation on the GraalVM website on how to get GraalVM and install and use FastR.

$ $GRAALVM/bin/R
Type 'q()' to quit R.
> print("Hello R!")
[1] "Hello R!"
>

Documentation

The reference manual for FastR, which explains its advantages, its current limitations, compatibility and additional functionality is available on the GraalVM website.

Further documentation, including contributor/developer-oriented information, is in the documentation folder of this repository.

Current Status

The goal of FastR is to be a drop-in replacement for GNU-R, the reference implementation of the R language.
FastR faithfully implements the R language, and any difference in behavior is considered to be a bug.

FastR is capable of running binary R packages built for GNU-R as long as those packages properly use the R extensions C API (for best results, it is recommended to install R packages from source).
FastR supports R graphics via the grid package and packages based on grid (like lattice and ggplot2).
We are currently working towards support for the base graphics package.
FastR currently supports many of the popular R packages, such as ggplot2, jsonlite, testthat, assertthat, knitr, Shiny, Rcpp, rJava, quantmod and more…

Moreover, support for dplyr and data.table are on the way.
We are actively monitoring and improving FastR support for the most popular packages published on CRAN including all the tidyverse packages.
However, one should take into account the experimental state of FastR, there can be packages that are not compatible yet, and if you try it on a complex R application, it can stumble on those.

Stay connected with the community

See graalvm.org/community on how to stay connected with the development community.
The discussion on gitter is a good way to get in touch with us.

We would like to grow the FastR open-source community to provide a free R implementation atop the Truffle/Graal stack.
We encourage contributions, and invite interested developers to join in.
Prospective contributors need to sign the Oracle Contributor Agreement (OCA).
The access point for contributions, issues and questions about FastR is the GitHub repository.

Authors

FastR is developed by Oracle Labs and is based on the GNU-R runtime.
It contains contributions by researchers at Purdue University (purdue-fastr), Northeastern University, JKU Linz, TU Dortmund and TU Berlin.

License

FastR is available under a GPLv3 license.

主要指標

概覽
名稱與所有者oracle/fastr
主編程語言Java
編程語言Java (語言數: 16)
平台
許可證Other
所有者活动
創建於2015-09-24 13:20:14
推送於2025-04-22 11:01:59
最后一次提交2025-04-22 10:31:05
發布數85
最新版本名稱vm-ee-23.0.0 (發布於 )
第一版名稱before_promises (發布於 )
用户参与
星數628
關注者數64
派生數66
提交數14.8k
已啟用問題?
問題數196
打開的問題數78
拉請求數9
打開的拉請求數3
關閉的拉請求數9
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?