Skip to content

experiment on using using {quickr} to transpile main function to Fortran #125

@ernestguevarra

Description

@ernestguevarra

Speed of {zscorer} is one of its main weaknesses. The common approach even when changes have been made based on profiling results is to use another compiled language (usually C, C++, or Fortran) to get to more efficient code speeds.

Options:

{quickr} is a good first option as it transpiles R code (hence not requiring to know Fortran). So, this might be the good first approach to test.

{zscorer} is purely numeric computation code in R and all the operations/functions it uses are all supported by {quickr}.

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions