Hacker News new | ask | show | jobs
by tomsmeding 3946 days ago
Nice work; how about optimising the C output? Ten plusses in a row can be shortened to *p+=10 for example.
1 comments

Thanks-- that's a good idea. I didn't think of optimization at all but that sounds like a fun step to take next.