This is the code for the Clojure trie performance post at my blog, Modulo Lotus.
To run from the command-line, do something like:
clojure -m modulo-lotus.trie.core 2 5
That will call trie version 2, run it 5 times, and output the timing results.
This is the code for the Clojure trie performance post at my blog, Modulo Lotus.
To run from the command-line, do something like:
clojure -m modulo-lotus.trie.core 2 5
That will call trie version 2, run it 5 times, and output the timing results.