Browse thread
[Caml-list] Possible bug in DynArray module from ExtLib
-
Dário_Abdulrehman
-
Florian Weimer
- ls-ocaml-developer-2006@m...
- Dário_Abdulrehman
-
Florian Weimer
[
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: | 2007-03-31 (20:37) |
From: | Dário_Abdulrehman <dario.rehman@g...> |
Subject: | Re: [Caml-list] Possible bug in DynArray module from ExtLib |
I took a look at the DynArray implementation and it seems to be that. On 3/31/07, Florian Weimer <fw@deneb.enyo.de> wrote: > > * Dário Abdulrehman: > > > The first of the following functions causes a "Fatal error: exception > > Out_of_memory", while the second works fine. > > This error seems to occur when creating large arrays with more than 2 > > million and something entries. > > The exponential resizer probably exceeds Ocaml's array length limit, > while direct creation does not. > -- Dário Abdulrehman