Josh Stone's contributions
How Rust makes Rayon's data parallelism magical
Josh Stone
The Rayon data parallelism library makes it easy to run your code in parallel—but the real magic comes from tools in the Rust programming language.
Cross-language link-time optimization using Red Hat Developer Tools
Josh Stone
Improve program performance with the the Red Hat Rust and LLVM Toolsets, which can easily be used together for cross-language link-time optimization (LTO)
Rust All Hands 2019: Array iterators, Rayon, and more
Josh Stone
Josh Stone provides the latest information on array iterators, Rayon, and more in this report from the recent Rust All Hands meeting in Berlin.
Getting started with rust-toolset
Josh Stone
One of the new software collections we’ve introduced this fall is for Rust , the programming language that aims for memory and thread safety without compromising performance. Dangling pointers and data races are caught at compile time, while still optimizing to fast native code without a language runtime! In rust-toolset-7, we’re including everything you need to start programming in Rust on Red Hat Enterprise Linux 7, in the familiar format of software collections. In this release, we’re shipping Rust 1.20...
How Rust makes Rayon's data parallelism magical
Josh Stone
The Rayon data parallelism library makes it easy to run your code in parallel—but the real magic comes from tools in the Rust programming language.
Cross-language link-time optimization using Red Hat Developer Tools
Josh Stone
Improve program performance with the the Red Hat Rust and LLVM Toolsets, which can easily be used together for cross-language link-time optimization (LTO)
Rust All Hands 2019: Array iterators, Rayon, and more
Josh Stone
Josh Stone provides the latest information on array iterators, Rayon, and more in this report from the recent Rust All Hands meeting in Berlin.
Getting started with rust-toolset
Josh Stone
One of the new software collections we’ve introduced this fall is for Rust , the programming language that aims for memory and thread safety without compromising performance. Dangling pointers and data races are caught at compile time, while still optimizing to fast native code without a language runtime! In rust-toolset-7, we’re including everything you need to start programming in Rust on Red Hat Enterprise Linux 7, in the familiar format of software collections. In this release, we’re shipping Rust 1.20...