Follow
Series

Reducing Clojure Lambda Cold Starts


Articles in this series

Reducing Clojure Lambda Cold Starts Part 1 - Baseline

Dec 19, 20215 min read

Clojure Lambdas have some pretty abysmal memory footprints and cold start times compared to most other languages, especially Go, Node.js, and Python....

Reducing Clojure Lambda Cold Starts Part 1 - Baseline
Reducing Clojure Lambda Cold Starts Part 2 - VPC
Reducing Clojure Lambda Cold Starts Part 3 - ClojureScript
Reducing Clojure Lambda Cold Starts Part 4 - JVM vs Node Performance
Reducing Clojure Lambda Cold Starts Part 5 - Native JVM vs Node Performance
Reducing Clojure Lambda Cold Starts Part 6 - More Realistic Workloads