Browse thread
Correct way of programming a CGI script
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Arnaud Spiwack <arnaud.spiwack@g...> |
| Subject: | Re: [Caml-list] Correct way of programming a CGI script |
> And here is the Felix (C++) version: > > int i; > var x = ""; > s := "a"; > forall i in 1 upto 10_000_000 do > x += s; > done; > println$ len x; > > Time: 0m0.198s Out of curiosity, does it work as well (meaning as fast) if you write "x = s+x" instead ? Arnaud Spiwack