[Shootout-list] Missing files?

Alan Post apost@recalcitrant.org
Thu, 22 Jul 2004 19:07:14 +0000 (UTC)


In the page http://shootout.alioth.debian.org/bench/reversefile/
there are links to various related files such as the input file, the
output file, a other versions of the perl program.  None of these
links work.

I wanted to see the contents of those links, because in my own
testing, the perl program:

   print for reverse <>;

was substantially faster than read-all-at-once solution used in the
shootout.

  Alan