What are the performance expectations for project 2?

We'll be using MSL 8, 16, 32; QS 8, 16, 32 (both large); NQueens 14 with 32 threads; and Fibonacci 41 with 32 threads.

For each benchmark, we'll be giving points like this:

  • 100% - good performance
  • 50% - mediocre performance
  • 0% - performance lacking

Based on the scoreboard and my own implementation(s), we'll be using the following cutoffs (in seconds):

TestGoodMediocreLackingSerial (estimated)
MSL/8<1212-30>3048
MSL/16<88-30>3048
MSL/32<6.56.5-30>3048
QS/8<99-30>3039
QS/16<6.56.5-30>3039
QS/32<5.55.5-30>3039
NQ/32<77-60>60127
Fib/32<44-20>2021

Note that "Good" performance for all but Fib/32 and perhaps NQ/32 is achievable even with a single lock implementation.