[Haskell-cafe] [reactive] A pong and integrate

Limestraël limestrael at gmail.com
Sat May 15 11:42:24 EDT 2010


Okay,
guess I'll have to bring out the chapter 25 of my Real World Haskell...


2010/5/15 Bulat Ziganshin <bulat.ziganshin at gmail.com>

> Hello Limestraėl,
>
> Saturday, May 15, 2010, 7:02:38 PM, you wrote:
>
> > But when I set my beat to tick every 60 times per second, the
> > position is well updated, but I clearly see that the display
> > dramatically slows down after a few seconds of execution. Too heavy rate
> for integrate?
>
> it may be due to lot of uncollected garbage that is result of lazy
> evaluation. profile program to check its GC times
>
>
> --
> Best regards,
>  Bulat                            mailto:Bulat.Ziganshin at gmail.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100515/99944dde/attachment.html


More information about the Haskell-Cafe mailing list