Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- Apr 30, 2010, 4:05:55 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 9 9 10 10 == 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. 12 12 13 13 * For performance reasons, we don't do bounds checking when indexing arrays. Indexing outside an array will likely cause heap corruption.