Re: Speeding up trivial programs
Brandon Allbery <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cafe |
|---|---|
| Message-ID | <CAKFCL4XZT8x3UiijVp9Bc3+bzNNk9=G-vmtMmEgaGOdPB7Z5wA@mail.gmail.com> |
I think I'd be reconsidering _any_ design involving running an external program many times like that, to be honest. Dragging in potential fork delays and other overhead that a benchmark probably won't show you doesn't appeal. On Fri, Aug 23, 2024 at 3:16 PM Henning Thielemann < [email protected]> wrote: > > On Fri, 23 Aug 2024, Iustin Pop wrote: > > > 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. > > Or a tiny stand-alone low-level program that communicates with a server > written in Haskell? > _______________________________________________ > 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. -- brandon s allbery kf8nh [email protected] _______________________________________________ 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.