Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
Apr 30, 2010, 4:05:55 AM (14 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    99
    1010== Caveats ==
    11  * Repa currently depends on the head branch of GHC to get decent performance. If you compile it with 6.12 then it'll run, but the programs will be very slow. It's been tested with GHC > 6.13.20100309.
     11 * Repa currently depends on the head branch of GHC to get decent performance. If you compile it with 6.12 then it'll run, but the programs will be more than 10x slower than normal. It's been tested with GHC > 6.13.20100309.
    1212
    1313 * For performance reasons, we don't do bounds checking when indexing arrays. Indexing outside an array will likely cause heap corruption.