tested sp sort and works the first version. Slightly slower on random than std and sometimes slightly faster - but this version do copies that I should optimize out!
This commit is contained in:
parent
edbb59d7a1
commit
b1ab4f2f87
4
ypsu.cpp
4
ypsu.cpp
@ -393,9 +393,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
//int n = 100000000;
|
int n = 100000000;
|
||||||
//int n = 10000000;
|
//int n = 10000000;
|
||||||
int n = 64;
|
//int n = 64;
|
||||||
for (auto inputtype : inputtypes) {
|
for (auto inputtype : inputtypes) {
|
||||||
printf("%10s", inputtype.c_str());
|
printf("%10s", inputtype.c_str());
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user