mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
more iterations
This commit is contained in:
parent
31cc0d1a0e
commit
be9a8453c4
@ -187,7 +187,7 @@ std::vector<std::u16string> widen(const std::vector<std::string> &lines) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void process(std::vector<std::string> &lines, size_t volume) {
|
void process(std::vector<std::string> &lines, size_t volume) {
|
||||||
size_t repeat = 100;
|
size_t repeat = 1000;
|
||||||
double volumeMB = volume / (1024. * 1024.);
|
double volumeMB = volume / (1024. * 1024.);
|
||||||
std::cout << "ASCII volume = " << volumeMB << " MB " << std::endl;
|
std::cout << "ASCII volume = " << volumeMB << " MB " << std::endl;
|
||||||
pretty_print(volume, lines.size(), "fastfloat (64)",
|
pretty_print(volume, lines.size(), "fastfloat (64)",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user