Title | Asymptotic Timing |
Version | 2025.9.30 |
Description | Computing and visualizing comparative asymptotic timings of different algorithms and code versions. Also includes functionality for comparing empirical timings with expected references such as linear or quadratic, https://en.wikipedia.org/wiki/Asymptotic_computational_complexity Also includes functionality for measuring asymptotic memory and other quantities. |
Imports | data.table, bench, lattice, git2r, utils, stats, grDevices |
Suggests | directlabels, ggplot2, testthat, stringi, re2, binsegRcpp, grates, fastymd, wbs, fpop, changepoint, LOPART, PeakSegDisk, callr, readr, dplyr, tidyr, nc, RColorBrewer, Matrix, litedown |
License | GPL-3 |
URL | https://github.com/tdhock/atime, https://atime-docs.netlify.app |
BugReports | https://github.com/tdhock/atime/issues |
VignetteBuilder | litedown |
Author | Toby Hocking [aut, cre] |
To cite the package atime in publications, please use:
Hocking T (2025). atime: Asymptotic Timing. R package version 2025.9.30, https://github.com/tdhock/atime.
@Manual{,
title = {atime: Asymptotic Timing},
author = {Toby Hocking},
year = {2025},
note = {R package version 2025.9.30},
url = {https://github.com/tdhock/atime},
}