snaggen

joined 1 year ago
 

@nnethercote@mas.to wrote:

I have rewritten the Build Configuration chapter of the Rust Performance Book.

https://nnethercote.github.io/perf-book/build-configuration.html

It's now a much better guide to all the ways you can change the performance characteristics of your Rust program without changing its source code. These characteristics include runtime speed, memory use, binary size, and compile times.

Big improvements to your Rust program's performance are possible with simple changes. Try these things out!

 

Not happy to link to the evil site, but there was no other link, and I thought that there might be people here that migtht be interested in helping out with porting Kellnr to Axum.

Here is the original request by /u/secanadev on the evil site:

Hi Rustaceans,

I’m the author of https://kellnr.io. When I started working on Kellnr three years ago, https://rocket.rs was “the web framework” to use. Unfortunately, the project seems dead. Before adding more functionality using an unmaintained framework, I want to port Kellnr to https://github.com/tokio-rs/axum.

Kellnr is a huge project, so migrating it will take a long time as every handler, state, and test have to be migrated. I’ve never worked with Axum before, and the amount of work feels overwhelming.

Are there any brave Rust warriors with experience in Axum? If so, would you be interested in helping me migrate the project?

view more: ‹ prev next ›