f865486f1e
also figured out hello was caching stopped that to make results comparable even wrote a hello assembler version which is just 10% faster than soml :-)
12 lines
151 B
C
12 lines
151 B
C
#include<stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
char stringa[20] ;
|
|
|
|
int counter = 100352 - 352;
|
|
while(counter--) {
|
|
sprintf(stringa, "%i\n" , counter);
|
|
}
|
|
}
|