<br><br><div class="gmail_quote">On Sat, May 15, 2010 at 8:42 AM, Limestraël <span dir="ltr">&lt;<a href="mailto:limestrael@gmail.com">limestrael@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Okay,<br>guess I&#39;ll have to bring out the chapter 25 of my Real World Haskell...<br></blockquote><div><br></div><div>I find it&#39;s often the most practical chapter that I hit a lot during writes and changes to my server process I have in Haskell in our control system code :-)</div>
<div><br></div><div>That plus the information that I had missed that Control.Monad.State defaulted to the Lazy version (which is consistent, but for some reason it got by me) helped me to realize why I was leaking so much space in a garbage collected environment.  </div>
<div><br></div><div>I wouldn&#39;t have gotten very far with Haskell as this piece of our code without that chapter.  I&#39;d love to see more writing of that sort around Haskell in book form.  One can become fluent in tuning Haskell by trial and error, but the sharp corners one must bump into are often sharper than in other languages I&#39;ve found.</div>
<div><br></div><div>Dave</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote">2010/5/15 Bulat Ziganshin <span dir="ltr">&lt;<a href="mailto:bulat.ziganshin@gmail.com" target="_blank">bulat.ziganshin@gmail.com</a>&gt;</span><div class="im">
<br>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Hello Limestraėl,<br>
<div><br>
Saturday, May 15, 2010, 7:02:38 PM, you wrote:<br>
<br>
&gt; But when I set my beat to tick every 60 times per second, the<br>
&gt; position is well updated, but I clearly see that the display<br>
&gt; dramatically slows down after a few seconds of execution. Too heavy rate for integrate?<br>
<br>
</div>it may be due to lot of uncollected garbage that is result of lazy<br>
evaluation. profile program to check its GC times<br>
<font color="#888888"><br>
<br>
--<br>
Best regards,<br>
 Bulat                            mailto:<a href="mailto:Bulat.Ziganshin@gmail.com" target="_blank">Bulat.Ziganshin@gmail.com</a><br>
<br>
</font></blockquote></div></div><br>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br>