#clojurescript
Read more stories on Hashnode
Articles with this tag
Where Lambda cold starts often get worse in other runtimes is when you start adding dependencies, particularly an AWS SDK dependency. Let's see how...
Rust seems to be at the height of the hype cycle right now even among functional programming enthusiasts. Although it's not a true functional...
ClojureScript is still looking very promising, with init durations and durations nearly identical to JavaScript ones with the same dependencies and...
My last post has me wondering why there is so much difference between the warmed durations of ClojureScript and Clojure or JavaScript. I would have...
To summarize my previous posts, it's looking like my suspicions that ClojureScript Lambdas are much faster to initialize, but slower after...
Things are looking really good for ClojureScript Lambdas over Clojure ones. From the results in my previous posts, the cold start times are way better...