4 comments

[ 4.0 ms ] story [ 19.0 ms ] thread
Nice work; how about optimising the C output? Ten plusses in a row can be shortened to *p+=10 for example.
Thanks-- that's a good idea. I didn't think of optimization at all but that sounds like a fun step to take next.