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

Bulat Ziganshin bulat.ziganshin at gmail.com
Sat May 15 11:28:46 EDT 2010


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



More information about the Haskell-Cafe mailing list