ormance critical applications.
I think that with the right optimizations, OmegaGB will be able to do
real time emulation. Unfortunately, I am not experienced enough to
know what kind of optimizations to use. This is why I am calling out
for help.
Thanks,
Bit Connor
PS: Here is some of the profili
Thanks for the reply.
I think that you are right that laziness and too much abstraction are
the main reasons for low performance.
I've actually received some patches from a Mr. Lemmih, who converted
some of the code to use the ST monad, and managed to get results with
very good performance. I am
On Jan 14, 2008 9:47 AM, Sterling Clover <[EMAIL PROTECTED]> wrote:
> HStringTemplate is a port of Terrence Parr's lovely StringTemplate
> (http://www.stringtemplate.org) engine to Haskell.
>
> It is available, cabalized, at:
> darcs get http://code.haskell.org/HStringTemplate/
Template systems ha