caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] BigArray's Implementation
@ 2004-07-31 18:15 David McClain
  0 siblings, 0 replies; only message in thread
From: David McClain @ 2004-07-31 18:15 UTC (permalink / raw)
  To: caml

Why is it necessary to do so much of the BigArray management in C? You have
a perfectly good language for assuring that things go correctly, in OCaml. I
see no declaration of BigArray structure in the OCaml Library code (the ML
part), and huge reliance on C subroutines for mundane things like array
bounds checking, accessing dimensions, and so on. The only part that seems
reasonable as a candidate for C code is the underlying Get and Set with
mutation of representation, e.g., single-float to OCaml double-float
representation and back...

David McClain
Senior Corporate Scientist
Avisere, Inc.

+1.520.390.7738 (USA)
david.mcclain@avisere.com



-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-31 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-31 18:15 [Caml-list] BigArray's Implementation David McClain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).