Re: Speeding up trivial programs
Iustin Pop <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cafe |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.