# Set up input file
repeat 10000 echo "." >> input
# Run inline
time lein run inline < input > output
# Run async
time lein run inline < input > output
Copyright © 2014 Elben Shira
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Things I learned getting this code to run locally:
lein new test-speed
is easiest way to drop in someone else's project.clj & core.clj (match their namespace, drop the core & project .clj's on top of the templated ones)