Re: For performance, write it in OCaml
- From: "Neumann" <wneumann@xxxxxxxxx>
- Date: 3 Aug 2006 13:42:01 -0700
William James wrote:
A small point.
print_endline op
is shorter. Is it faster?
Not with the interpreter; it's slower. Haven't tested the compiler yet.
If anything, it'll be slower, as print_endline flushes the buffer every
call, whereas print_string and print_char do not.
.
- References:
- For performance, write it in C - Part 3, Source code now available
- From: Peter Hickman
- Re: For performance, write it in C - Part 3, Source code now available
- From: Kristof Bastiaensen
- For performance, write it in OCaml
- From: William James
- Re: For performance, write it in OCaml
- From: William James
- Re: For performance, write it in OCaml
- From: M. Edward (Ed) Borasky
- Re: For performance, write it in OCaml
- From: Jon Harrop
- Re: For performance, write it in OCaml
- From: William James
- Re: For performance, write it in OCaml
- From: William James
- For performance, write it in C - Part 3, Source code now available
- Prev by Date: Re: I’m having a hard time learning ruby.
- Next by Date: Re: I'm having a hard time learning ruby.
- Previous by thread: Re: For performance, write it in OCaml
- Next by thread: Re: For performance, write it in OCaml
- Index(es):
Relevant Pages
|
Loading