tanmaydixit16/testComplexity: Test the Empirical Computational Complexity of R Functions

R package developers currently use ad-hoc tests of asymptotic computational complexity via empirical timings of functions and visual diagnostic plots. However, there is no framework in R for systematically testing the empirical computational complexity of functions. This is a problem because such a testing framework could be essential for identifying big speed gains in R code. Therefore, testComplexity, which will provide a suite of functions that developers can use to systematically and reliably test empirical asymptotic complexity of their functions.

Getting started

Package details

AuthorTanmay Dixit <tanmayxdixit@gmail.com>
MaintainerTanmay Dixit <tanmayxdixit@gmail.com>
LicenseGPL-3
Version0.1.0
URL https://github.com/tanmaydixit16/testComplexity
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("tanmaydixit16/testComplexity")
tanmaydixit16/testComplexity documentation built on Jan. 21, 2020, 12:18 a.m.