Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

h2oai/fastr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

566 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastR

FastR is an implementation of the R Language. At the moment, FastR is can run the R implementation of the Language Shootout Benchmarks.

Quick Start

  1. download the latest code: wget https://github.com/allr/fastr/archive/master.zip
  2. unzip it: unzip master.zip
  3. build: cd fastr-master ; ant
  4. run the console: ./r.sh
  5. run the binarytrees benchmark for size 5: ./r.sh --args 5 -f test/r/shootout/binarytrees/binarytrees.r

Requirements

FastR requires Java. By default FastR uses Java implementations of LAPACK and BLAS. Some of the mandelbrot shootout benchmarks will only run on Unix, because they spawn the cat process.

Running Tests

ant tests

The outputs will appear in junit directory.

Eclipse

The code contains settings and project configuration for Eclipse Juno.

Authors:

Tomas Kalibera, Petr Maj and Jan Vitek

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors