
23 Aug
2024
23 Aug
'24
3:11 p.m.
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