An open API service indexing awesome lists of open source software.

https://github.com/kingmob/clojure-trie-performance


https://github.com/kingmob/clojure-trie-performance

clojure performance trie

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## About

This is the code for the [Clojure trie performance post](http://modulolotus.net/posts/2018-05-31-clojure-trie-performance/) at my blog, [Modulo Lotus](http://modulolotus.net).

To run from the command-line, do something like:

```sh
clojure -m modulo-lotus.trie.core 2 5
```

That will call trie version 2, run it 5 times, and output the timing results.