BartMassey / ttt-bench

Tic-Tac-Toe benchmark in various languages
Other
17 stars 4 forks source link

Fix black-boxing for Haskell/functional #6

Open BartMassey opened 2 years ago

BartMassey commented 2 years ago

Unfortunately, GHC is too good now, and will work around the black-boxing to not recompute on subsequent iterations. This penalizes Haskell/functional for startup-time. Someone needs to figure out how to ensure that the answer is completely recomputed multiple times.