DEV Community

Discussion on: What was your win this week?

Collapse
 
katafrakt profile image
Paweł Świątkowski

I extracted part of one of our application code as a separate gem written in Rust using Helix. I cried a lot during the process, but we have gained 50% performance boost, even though most of the time is spent in HTTP requests (which means that the boost in actual data processing is probably closer to 95%).