On Jul 27, 2:26 pm, AndyF <andy_finger...@alum.wustl.edu> wrote:
-snip-
> I thought it was interesting that even the Haskell entry to the k-
> nucleotide benchmark uses a *mutable* hash table (at least, I think
> they are from the discussion on the Wiki page linked below -- my
> Haskell knowledge isn't extensive enough to understand all of their
> code). I don't think that is idiomatic Haskell, but the people
> writing the Haskell entry are apparently willing to forego pure
> functional programming when they can get significantly better
> performance from a mutable data structure.
Perhaps they understood that the way to have a program accepted was to
have it do as asked - "update a hashtable of k-nucleotide keys"
http://shootout.alioth.debian.org/u32q/benchmark.php?test=knucleotide&lang=all&box=1#about
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---