[Haskell-cafe] Memory efficiency questions for real-time graphics

Jefferson Heard jefferson.r.heard at gmail.com
Tue Oct 28 00:07:28 EDT 2008


By the way, T, feel free to lean on me if you run into any problems.
I did something along the lines of what you were describing some time
ago, my particular non-linear transform being converting a vertex
array to/from polar coordinates and updating in realtime.

-- Jeff

On Tue, Oct 28, 2008 at 12:00 AM, T Willingham <t.r.willingham at gmail.com> wrote:
> On Mon, Oct 27, 2008 at 11:04 PM, Don Stewart <dons at galois.com> wrote:
>> It depends on the operations (safe indexing or unsafe indexing).
>> Being strict or unboxed doesn't determine the safety.
>
> OK, that makes sense.
>
> This is a huge load off my conscience.  I can now dig into Real World
> Haskell without hesitation, knowing that what I want in the end is
> actually possible.
>
> Thanks again,
> TW
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
I try to take things like a crow; war and chaos don't always ruin a
picnic, they just mean you have to be careful what you swallow.

-- Jessica Edwards


More information about the Haskell-Cafe mailing list