# 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.
Had some fun altering this a bit so it runs within clojure without using the terminal; overall it's similar. It also has a 3rd choice with streams: https://gist.github.com/viperscape/f0e13ab6227e8fe1de4d