Rayon: A data parallelism library for Rust. Contribute to rayon-rs/rayon development by creating an account on GitHub. (more…)
Read more »
Every now and then when using native libraries from Rust you’ll be asked to pass a callback across the FFI boundary. The reasons are varied, but often this might be done to notify the caller when “interesting” things happen, for injecting logic (see the S... (more…)
Read more »
This serves as a place to discuss changing default lock types to their nonpoison versions, which has come up a number of times before but not yet (to my knowledge) discussed in depth. @davepacheco ... (more…)
Read more »
While trying to implement a long planned feature, an ad block in Angelfish, the Plasma Mobile webbrowser,
I was looking for a mostly complete and performant library that provides this functionality. (more…)
Read more »