Hiped
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 5 articles for 0.000 sec
Re: Is it just a matter of taste?     

Group: comp.lang.functional · Group Profile · Search for Hiped in comp.lang.functional
Author: Ertugrul Söylemez
Date: Jul 22, 2008 17:38

...'t have to worry about performance too much. Even the original interpreted Erlang performs very well for calculations. If you need native code performance, there is also a compiler available (HIPE). Haskell: In many cases GHC produces code, which outperforms even equivalent GCC-produced code. Generally you will get quite decent code speed. I often implement algorithms by creating an ...
Show full article (5.70Kb) · Show article thread
Re: F# performance benchmarks     

Group: comp.lang.functional · Group Profile · Search for Hiped in comp.lang.functional
Author: Ulf Wiger
Date: Sep 3, 2007 08:52

... Wiger wrote: As regards concurrency, OCaml does not appear to do that well: http://shootout.alioth.debian.org/debian/fulldata.php?test=message&p1=ocaml-0&p2=ocaml-2&p3=hipe-0&p4=ghc-0 whereas Haskell does (at least up to 3000 processes). Yes, massive concurrency is certainly an interesting area. However, because the cheap-concurrency benchmark is ill-formed (...
Show full article (2.98Kb) · Show article thread
Re: F# performance benchmarks     

Group: comp.lang.functional · Group Profile · Search for Hiped in comp.lang.functional
Author: Jon Harrop
Date: Sep 3, 2007 06:57

... Wiger wrote: As regards concurrency, OCaml does not appear to do that well: http://shootout.alioth.debian.org/debian/fulldata.php?test=message&p1=ocaml-0&p2=ocaml-2&p3=hipe-0&p4=ghc-0 whereas Haskell does (at least up to 3000 processes). Yes, massive concurrency is certainly an interesting area. However, because the cheap-concurrency benchmark is ill-formed (like most ...
Show full article (1.02Kb) · Show article thread
Re: F# performance benchmarks     

Group: comp.lang.functional · Group Profile · Search for Hiped in comp.lang.functional
Author: Ulf Wiger
Date: Sep 3, 2007 02:48

... FSMs in the right way. Thus, performance, important as it is, is secondary. (or tertiary - robustness and debugging support are more important.) As regards concurrency, OCaml does not appear to do that well: http://shootout.alioth.debian.org/debian/fulldata.php?test=message&p1=ocaml-0&p2=ocaml-2&p3=hipe-0&p4=ghc-0 whereas Haskell does (at least up to 3000 processes). BR, Ulf W
Show full article (1.96Kb) · Show article thread
Re: shootout: implementing an interpreter for a simple procedural language Minim     

Group: comp.lang.functional · Group Profile · Search for Hiped in comp.lang.functional
Author: André Thieme
Date: Jul 30, 2007 10:51

... a Lisp-Dialyzer as well. It should be able to talk about more or less all type errors. In cases where the program is not sure if the programmer intended changing the type during runtime it could simply ask her, or spit out warnings. If the compilers get such a mode they could also get out more speed from dynamic code. [1] http://www.it.uu.se/research/group/hipe/dialyzer André --
Show full article (1.21Kb) · Show article thread