[plt-scheme] Cost of string creation? / Euler 8 code review

Mark Engelberg mark.engelberg at gmail.com
Mon Jul 2 23:09:44 EDT 2007


5000 operations isn't really much, even if each operation is somewhat
"expensive".  I think it would be pretty hard to come up with a
solution to this problem that was noticeably slow.  But my intuition
is that your program would be faster if you converted the whole thing
to a list of digit numbers up front, and then wrote the solution as a
recursive list function.

--Mark



More information about the plt-scheme mailing list