[Haskell-cafe] Speeding up trivial programs

Iustin Pop iustin at k1024.org
Fri Aug 23 19:11:04 UTC 2024


On 2024-08-23 11:49:26, amindfv--- via Haskell-Cafe wrote:
> I'm working on a small program that has to run many, many times, as quickly as possible (yes, it needs to be a standalone program).

I'd reconsider this "needs". Or, I'd reconsider the use of Haskell.

If the program is small enough that the startup time dominates, how much
code can there be? A memory-safe language like Rust but which has a much
smaller RTS might a better fit.

regards,
iustin


More information about the Haskell-Cafe mailing list