Output "Sussman" as many times as possible in one second, using Ruby.
Name:
Anonymous2009-04-26 14:33
>>4
I doubt this will help the performance at all. How fast the program can loop is not the bottle neck here, but how fast the output stream can be written to and flushed.