Rust web frameworks benchmarks

This is totally unscientific and pretty useless. In real world, business
logic will dominate on performance side in any case. Read more

Similar

Rust for VGEM

In the last blog post, I pointed out that I didn’t know exactly what it would be my next steps for the near future. Gladly, I had the amazing opportunity to start a new Igalia Coding Experience with a new project. (more…)

Read more »

Writing Shared Libraries in Rust

Every tool that gets big enough eventually provides a way to support third-party logic. Maybe you expose APIs for clients to call. Maybe you take some code and run it in a sandbox. Maybe you embed a Lua interpreter. (more…)

Read more »