https://github.com/kingmob/clojure-trie-performance
https://github.com/kingmob/clojure-trie-performance
clojure performance trie
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kingmob/clojure-trie-performance
- Owner: KingMob
- Created: 2018-05-25T18:03:47.000Z (over 7 years ago)
- Default Branch: trunk
- Last Pushed: 2020-06-18T20:28:07.000Z (over 5 years ago)
- Last Synced: 2025-03-23T20:43:47.187Z (9 months ago)
- Topics: clojure, performance, trie
- Language: Clojure
- Size: 1.01 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.