# Rust
2 posts- A locking war storydate: author: Arpad Borsos
We recently migrated JavaScript/SourceMap processing to Rust where we were hitting a lock contention problem in our processing infrastructure that kept people up for a few days. What happened, why and how did we solve...
- Relay as a Lambda Extension Using the Actor Model in Rustdate: author: Anton Pirker
Relay is an open source project by Sentry that receives data from Sentry SDKs for pre-processing. We wanted to make Relay behave like an AWS Lambda Extension moving our service closer to your code, and decreasing the ...