Browse thread
Performance questions, -inline, ...
[
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: | Kuba Ober <ober.14@o...> |
| Subject: | Re: [Caml-list] Performance questions, -inline, ... |
> > You add a constant (or vector > > element) a number of times equal to the length of your vector? > > No, equal to the square of it. I didn't want to have too big vectors. The > stuff executes floor(sqrt(50e6)) times. I meant floor(sqrt(50e6))^2 times. Cheers, Kuba