Anirban166 / testComplexity

Asymptotic complexity testing framework
https://anirban166.github.io/testComplexity/
Other
36 stars 2 forks source link

Vignette for substring()/gregexpr(), accounting for quadratic to linear transition #30

Closed Anirban166 closed 4 years ago

Anirban166 commented 4 years ago

TODO: Create a vignette accounting for the quadratic to linear time complexity change (R 3.6.0 -> R 3.5.2), with reference to these links:

https://stat.ethz.ch/pipermail/r-devel/2019-February/077318.html https://github.com/tdhock/namedCapture-article https://stat.ethz.ch/pipermail/r-devel/2017-January/073577.html

If possible render the output in HTML as an article to the package website built with pkgdown (controlled by Website branch)

Anirban166 commented 4 years ago

Done