Serverless Rust Testing

In the system I’m building there are a significant amount of SQS messages that need to be processed asynchronously and Lambda is a really good fit for that. It is perfect for spiky workloads. You can control max parallelism easily. And it now has a native… Read more

Similar

Extending PowerShell with Rust

To improve the performance of your PowerShell code you may need to rewrite the performance-critical parts in C#. This is a great option, and the more options the better. You can increase your options by choosing a language like Rust which guarantees memor... (more…)

Read more »

A case for Rust in deep learning

In this blog post, we'll explore the case for Rust in deep learning and why it may be a better option than Python. With its ability to handle complexity through safe and concurrent abstractions, Rust has the potential to tackle this field's biggest challe... (more…)

Read more »