hypirion / clojure-trie-performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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.

About


Languages

Language:Clojure 93.3%Language:Java 6.3%Language:Shell 0.3%