LambdaStew

LambdaStew

Follow
Follow
homebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Reducing Clojure Lambda Cold Starts Part 9 - AWS SDK V3 With Webpack

Dec 28, 20217 min read

ClojureScript is still looking very promising, with init durations and durations nearly identical to JavaScript ones with the same dependencies and...

Reducing Clojure Lambda Cold Starts Part 9 - AWS SDK V3 With Webpack

Reducing Clojure Lambda Cold Starts Part 8 - Investigate Bottlenecks with Embedded Metrics

Dec 27, 202112 min read

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...

Reducing Clojure Lambda Cold Starts Part 8 - Investigate Bottlenecks with Embedded Metrics

Reducing Clojure Lambda Cold Starts Part 7 - More Realistic Workloads Java & JS

Dec 27, 20217 min read

To summarize my previous posts, it's looking like my suspicions that ClojureScript Lambdas are much faster to initialize, but slower after...

Reducing Clojure Lambda Cold Starts Part 7 - More Realistic Workloads Java & JS

Reducing Clojure Lambda Cold Starts Part 6 - More Realistic Workloads

Dec 26, 20217 min read

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...

Reducing Clojure Lambda Cold Starts Part 6 - More Realistic Workloads

Reducing Clojure Lambda Cold Starts Part 5 - Native JVM vs Node Performance

Dec 25, 20214 min read

Comparing the performance of ClojureScript vs Clojure Lambda got me wondering what the performance difference is between them and the comparable...

Reducing Clojure Lambda Cold Starts Part 5 - Native JVM vs Node Performance