Richard Jones wrote:
> Does anyone have any opinions on whether we should have ExtArray,
> analogous to ExtList and ExtString?
As an ExtLib user I would find such a module very convenient.
While I generally use DynArray when I have the liberty to choose my own
data structure, existing libraries - including parts of the OCaml
standard library - force the use of the built-in arrays in many cases.
I'm sure I can't be the only person who's got quick-and-dirty
implementations of Array.mem, Array.filter, Array.find, and Array.enum
embedded in various projects.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
|