# Set up input file
repeat 10000 echo "." >> input
# Run inline
time lein run inline < input > output
# Run async
time lein run inline < input > outputCopyright © 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-speedis 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)