Cheap tricks for high-performance Rust

So you’re writing Rust but it’s not fast enough?Even though you’re using cargo build –release?Here’s some small things you can do to increase the runtime speed of a Rust project– practically without changing any code! Read more

Similar

Exploring Dynamic Dispatch in Rust

Let me preface this by saying that I am a novice in the world of rust (though I'm liking things so far!), so if I make technical mistakes please let me know and I will try to correct them. With that out of the way, lets get started. My real... (more…)

Read more »