slice::sort_unstable will fall back to heapsort if it repeatedly fails to find a good pivot. By making the core child update code branchless it is much faster. On Zen3 sorting 10k u64 and forcing t... (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 »
Hello Rustaceans, Inspired by the "contributors wanted" wiki, starting issue 120 of This Week in Rust, there will be a new section "Call for Participation" which will highlight tasks from Rust community projects, specially to newcomers who want to get s... (more…)
Read more »
Client/Server multiplayer rendering. Contribute to eschwart/blazed-demo development by creating an account on GitHub. (more…)
Read more »
Since trying out Rust programming on several other Rust blockchains,
Aimee and I have been looking forward to test-driving Solana.
And with Solana hosting a hackathon during May,
it was a good opportunity to give it a try. (more…)
Read more »