Bela Pecsek
Bela Pecsek
Saving horizontal footprint would be easier by reducing with of time(user) and time(sys) by dropping (user) ans (sys) to the second line. Or at least put a space between them...
Not when you rotate the screen and use landscape mode that I always do.
The ms’ and MB could also go to the heather like this ``` time stddev mem [ms] [ms] [Mb] ```
> it might not be a good idea to have problems that will typically be heavily dependent on libraries to do much of the work. Please note that Common Lisp...
>What I'm not OK with is problems like the pidigits problem where often 90+% of the time is spent in arbitrary precision math libraries or the regex-redux problem where often...
>the libraries can still have very different performance from other libraries because one library might be using a much better algorithm How about if your program is using better algorithm...
This is a tough one and we can argue back and forth for ages. How about letting the site maintainer decide about the rules. It should be his responsibility. After...
There must be having a code somewhere since as far as I know the CL code is a loose port from C.
I might have found the C code. https://github.com/mayerrobert/Primes/blob/drag-race/PrimeC/solution_2/sieve_5760of30030_only_write_read_bits.c You can amend it to suit out spec here for running and formatting output.
I have made the amendments to the above C code to work here and it runs quite a bit faster than the CL code on my particular CPU. However I...