home.social

#fastcodepls — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fastcodepls, aggregated by home.social.

  1. omg, how do I properly profile a #rust programme that uses #rayon?

    Rayon is *fantastic* for data parallelization, but when I try to use `perf(1)` in Linux, and open the results with (e.g.) `hotspot(1)` it's all just totally full of a million calls to `rayon::…`. 😭 Is there a way to collapse them all down?

    #profiling #FastCodePls #perf #performance