NASA’s new dark energy space telescope can also detect killer asteroids
technologyreview.com·3h ago

TL;DR
Vercel Functions previously faced performance limitations that affected application responsiveness. To address this, Vercel has transitioned its serverless functions to be powered by Rust, a systems programming language known for its speed and efficiency.
✦ Why It Matters
Engineers can leverage faster serverless functions to improve application performance and user experience.
Key Takeaways
How It Works
The transition to Rust involved rewriting the function initialization and invocation phases, allowing for lower-level language optimizations. This change improved performance by streamlining processes like environment variable reading and response streaming, which are critical during function execution.
Related