Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
Apr 28, 2010, 3:08:14 AM (14 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    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.
     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.
    1212
    1313 * For performance reasons, we don't do bounds checking when indexing arrays. Indexing outside an array will likely cause heap corruption.
    1414
    1515 * Repa means "turnip" in Russian. If you don't like turnips then this library probably isn't for you.
     16
     17== State of Play ==
     18This section records what the Repa developers are actively working on. If you're hacking on something Repa related then by all means add yourself here. Records are dropped off if they haven't been updated for more than a month.
     19
     20Ben (benl23) -- updated 28th April 2010
     21
     22 * The first version has just been released, and I'm working on getting the trac set up.
     23 * I'm loading all outstanding issues into the tracker, and will put up pictures showing the output of some of the examples.
     24 * I'm planning to split the core of the example programs into repa-algorithms, so they're easier to reuse.
     25 * I need to use a better image format than ASCII PPM for the Laplace and FFT examples. Reading and writing >10k ASCII doubles is very slow.
     26 * I'll also add some more examples. I've got QR decomposition and a fluid flow solver in mind.
     27
     28