It's also probably worth testing out writing something in "normal" Clojure
and compiling it to an uberjar instead of running it via lein / clj,
because depending on what "fast" means to you, a normal jar will often fit
the bill, since the JVM itself starts in ~100ms.
On Wednesday, June 23, 20
Hi,
On Wednesday, June 23, 2021 at 4:53:04 PM UTC+2 matthew...@gmail.com wrote:
> It's also probably worth testing out writing something in "normal" Clojure
> and compiling it to an uberjar instead of running it via lein / clj,
> because depending on what "fast" means to you, a normal jar will