orx-parallel – Benchmark Results

  • The integer suffices in method names represent number of threads; eg, orx-4 uses orx-parallel crate with 4 threads.
  • If you see a second integer suffix, it refers to the user entered chunk size. For instance, orx-16-1 is executed with 16 threads with a fix chunk size of 1. A chunk size of 0 is the default and corresponds to auto chunk size selection.
  • seq stands for sequential; rayon uses rayon's parallel iterator.
  • orx uses default adaptive parallel runner while orx-fixed uses Runner::fixed.
Select a category and benchmark from the left panel to view results.