We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4bec7 commit 0dd4448Copy full SHA for 0dd4448
benchmarks/benchmark.cpp
@@ -5,15 +5,6 @@
5
* synthetic data. The synthetic data is generated using a random number
6
* generator. We measure the speed of the conversion by computing the volume of
7
* data generated.
8
- *
9
- * Todo: add more libraries and methods.
10
11
- * Todo: Verify the results and make sure we are comparing apples to apples. In
12
- * particular, we should make sure that the conversion is correct and that the
13
- * strings produced are similar. We could have different benchmarks depending on
14
- * the precision of the conversion.
15
16
- * Todo: We are currently only using doubles, we should also test with floats.
17
*/
18
19
#ifndef __CYGWIN__
0 commit comments