Skip to content

First release

Compare
Choose a tag to compare
@adrianomg adrianomg released this 12 Jul 07:11
· 69 commits to main since this release
779be01

This is the first alpha version of the SPBench.
It includes the source code used in the experiments for the paper published in PDP 2021 (https://doi.org/10.1109/PDP52278.2021.00021).

This version includes three applications:

  • Lane Detection
  • Ferret (from PARSEC)
  • Bzip2

Three parallel programming interfaces:

  • FastFlow
  • Threading Building Blocks (TBB)
  • SPar

And different features, such as support for:

  • in-memory processing
  • dynamic batch size selection
  • dynamic selection for item generation frequency