Idris2/libs
Thomas E. Hansen 260d9ecb58 [ papers ] Comment out petersonsCorrect for performance reasons
On average across 10 runs on an Intel Core i7-8750H with 15.2GB of
available system memory (16GB installed in system), type-checking
`libs/papers/Search/GCL.idr` WITH `petersonsCorrect` takes:

  * 1 minute  48.7 seconds, consuming 3.92GB of RAM

By contrast, commenting `petersonsCorrect` out results in type-checking
taking on average (same #runs, same config):

  * 0 minutes  1.2 seconds, consuming 0.25GB of RAM

And good luck trying to evaluate the thing!
(This might be a good performance test at some point, but uh, we're not
there yet...)
2022-10-05 14:30:08 +02:00
..
base Merge pull request #2701 from stefan-hoeck/snocfold 2022-10-04 12:52:39 +01:00
contrib [ re #2675 ] Do not build libs/{contribs,papers} during bootstrap (#2677) 2022-10-04 13:37:45 +01:00
linear [ re #2675 ] Do not build libs/{contribs,papers} during bootstrap (#2677) 2022-10-04 13:37:45 +01:00
network [ re #2675 ] Do not build libs/{contribs,papers} during bootstrap (#2677) 2022-10-04 13:37:45 +01:00
papers [ papers ] Comment out petersonsCorrect for performance reasons 2022-10-05 14:30:08 +02:00
prelude [ base ] deriving Foldable 2022-09-24 10:20:25 +01:00
test [ golden ] Split runner to be able to run with custom options 2022-09-27 22:05:12 +01:00