Re: [Haskell-cafe] Hugs used in circuit simulations code

2009-08-19 Thread Fernan Bolando
On Wed, Jul 29, 2009 at 10:54 AM, Daniel Fischerdaniel.is.fisc...@web.de wrote: Am Mittwoch 29 Juli 2009 03:32:20 schrieb Fernan Bolando: What is everybodies expereience in speed difference between C and interpreted haskell? That depends on what you do, unsurprisingly. But usually it's huge.

[Haskell-cafe] Hugs used in circuit simulations code

2009-07-28 Thread Fernan Bolando
Hi all thanks to everyone that reviewed my code. The good news 1. I happy to say that it has become useful enough for me to use it in some matlab type caluculations. includes transient and dc op 2. The simple pivtoing code I added into the DSP Lu appears to be useable for this application. The

Re: [Haskell-cafe] Hugs used in circuit simulations code

2009-07-28 Thread Daniel Fischer
Am Mittwoch 29 Juli 2009 03:32:20 schrieb Fernan Bolando: What is everybodies expereience in speed difference between C and interpreted haskell? That depends on what you do, unsurprisingly. But usually it's huge. A factor of several hundred is not uncommon, but 10-100 is the normal range (in

Re: [Haskell-cafe] Hugs used in circuit simulations code

2009-07-28 Thread Don Stewart
daniel.is.fischer: Am Mittwoch 29 Juli 2009 03:32:20 schrieb Fernan Bolando: What is everybodies expereience in speed difference between C and interpreted haskell? Why are you using hugs? Hugs is slower than GHCi, which is around 30x slower on average than GHC, (measured a couple of years

Re: [Haskell-cafe] Hugs used in circuit simulations code

2009-07-28 Thread Jason Dagit
On Tue, Jul 28, 2009 at 6:32 PM, Fernan Bolando fernanbola...@mailc.netwrote: Hi all thanks to everyone that reviewed my code. The good news 1. I happy to say that it has become useful enough for me to use it in some matlab type caluculations. includes transient and dc op 2. The simple