Using Rust to corrode insane Python run-times

There are times when adopting a standard approach just isn’t good enough. This post is about making minimal changes for maximum effect where it matters. Read more

Similar

Rust – I used unsafe. It was unsafe

For context, I was writing an smtp server. Not necessarily a good smtp server, but the kind of smtp server you'd write in two days to see what happens. As such, any conclusions from this experiment are invalid.giftAt the heart of the problem, and core to ... (more…)

Read more »