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! (more…)
Read more »
With Apple’s recent announcement that they are moving away from Intel X86 CPU’s to their own ARM CPU’s for future laptops and desktops I thought it would be a good time to take a look at the some differences that can affect systems programmers working in ... (more…)
Read more »
A port of Sebastian Aaltonen's `OffsetAllocator` to Rust - pcwalton/offset-allocator... (more…)
Read more »
Learn to set up a Rust client with Kafka using real code examples, Schema Registry (similarly to a JVM), and rdkafka instead of Java. (more…)
Read more »
With the release of rust 1.70, there was
some surprise and frustation
that
unstable test features now require nightly,
like all other unstable features in Rust.
One of the features most affected is --format json which has been in
limbo for 5 years.
This d... (more…)
Read more »