-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDorisAmoakohene.bib
146 lines (129 loc) · 4.33 KB
/
DorisAmoakohene.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
@article{cormen2022introduction,
title={Introduction to Algorithms},
author={Cormen, Thomas H and Leiserson, Charles E and Rivest, Ronald L and Stein, Clifford},
journal={MIT Press},
year={2022},
edition={4th},
}
@article{Hocking2021,
author = {Hocking, Toby Dylan},
title = {Wide-to-tall Data Reshaping Using Regular Expressions and the nc Package},
journal = {The R Journal},
year = {2021},
note = {https://rjournal.github.io/},
volume = {13},
issue = {1},
issn = {2073-4859},
pages = {98-111}
}
@article{suh2017emp,
title={EMP: execution time measurement protocol for compute-bound programs},
author={Suh, Young-Kyoon and Snodgrass, Richard T and Kececioglu, John D and Downey, Peter J and Maier, Robert S and Yi, Cheng},
journal={Software: Practice and Experience},
volume={47},
number={4},
pages={559--597},
year={2017},
publisher={Wiley Online Library}
}
@Manual{RcoreTeam,
author = {R Core Team},
title = {{R}: A Language and Environment for Statistical Computing},
year = {2023},
journal = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
url = {https://www.R-project.org/}
}
@Manual{R,
title = {R: atime for asymptotic Timings },
author = {{Doris Amoakohene, Toby Hockings}},
organization = {Northern Arizona University},
address = {Arizona, United States},
year = {2024},
url = {http://www.R-project.org/},
}
@Manual{bench,
title = {bench: High Precision Timing of R Expressions},
author = {Jim Hester and Davis Vaughan},
year = {2024},
note = {R package version 1.1.3},
url = {https://CRAN.R-project.org/package=bench},
}
@Manual{microbenchmark,
title = {microbenchmark: Accurate Timing Functions},
author = {Olaf Mersmann},
year = {2024},
note = {R package version 1.4.10},
url = {https://CRAN.R-project.org/package=microbenchmark},
}
@Manual{system.time,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2024},
url = {https://www.R-project.org/},
}
@Manual{rbenchmark,
title = {rbenchmark: Benchmarking routine for R},
author = {Wacek Kusnierczyk},
year = {2024},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=rbenchmark},
}
@unpublished{timeit,
author = {Python Software Foundation},
title = {timeit: Measure execution time of small code snippets},
note = {Python Standard Library, Available online at \url{https://docs.python.org/3/library/timeit.html}},
year = {2024}
}
@unpublished{profile,
author = {Python Software Foundation},
title = {profile: Performance analysis of Python programs},
note = {Python Standard Library, Available online at \url{https://docs.python.org/3/library/profile.html}},
year= {2024}
}
@unpublished{airspeed_velocity,
author = {Michael Droettboom, Pauli Virtanen, asv Developers},
title = {airspeed velocity},
note = {A tool for benchmarking Python packages. Available at \url{https://asv.readthedocs.io/en/stable/}},
year = {2024}
}
@unpublished{pytest_benchmark,
author = {Floris Bruynooghe and the pytest-benchmark Contributors},
title = {pytest-benchmark: Wheezy benchmarking for pytest},
note = {https://github.com/ionelmc/pytest-benchmark},
year = {2024}
}
@unpublished{conbench,
author = { UrsaLab and Contributors},
title = {conbench: Conda Benchmarking Tool},
note = {https://github.com/conda/conbench},
year = {2024}
}
@Manual{touchstone,
title = {touchstone: Continuous Benchmarking with Statistical Confidence Based on
'Git' Branches},
author = {Lorenz Walthert and Jacob Wujciak-Jens},
year = {2024},
note = {R package version 0.0.0.9002, commit afa8d4284ed51aa99df59d6903fa5c5ad560b8dc},
url = {https://github.com/lorenzwalthert/touchstone}
}
@article{knuth1997art,
title={The Art of Computer Programming},
author={Knuth, Donald E.},
journal={Journal of Computer Science},
volume={12},
number={3},
pages={123-456},
year={1997}
}
@article{cormen2009introduction,
title={Introduction to Algorithms},
author={Cormen, Thomas H. and Leiserson, Charles E. and Rivest, Ronald L. and Stein, Clifford},
journal={Journal of Algorithms},
volume={45},
number={2},
pages={78-102},
year={2009}
}