Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
1–10 of 60 posts
Re: Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
#2Re: Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
#3Re: Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
#4Not sure why this is phrased like that in the TL;DR, when ARM64 is just strictly faster when running the same nodejs workload and version.
Re: Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
#5Re: Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
#6Can someone tell me why there isn't almost any laptop with Linux and ARM? Is it more efficient than x86 though
(My work laptop is one of the few ARM laptops: Thinkpad T14s with Quallcomm Snapdragon Elite)
Re: Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
#7Can someone tell me why there isn't almost any laptop with Linux and ARM? Is it more efficient than x86 though
Re: Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
#8Re: Comparing AWS Lambda ARM64 vs. x86_64 Performance Across Runtimes in Late 2025
#9In terms of perf, Node has a pretty snappy JIT, and seems to perform OK in the browser, but this seems like something's not right here.
~200ms requests even in the light case are on the very brink of barely acceptable.
On the other hand, Python performs very well, but it's alarming to see it gets slower in every release by a significant margin.