[
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: | Chris Hecker <checker@d...> |
| Subject: | Re: single-precision floats, etc. |
>precision floats. Instead of adding single precision floats, I >wonder if I would rather replace boxed float with "boxed >multi-media datatype". I guess I'd really like to be able to do as much in Caml as possible. I could definitely write libraries in C for this, but it'd be really cool if Caml itself performed well enough that I didn't need to do that except in the most extreme cases. I'm doing some simple performance tests now relative to C and I'll post the results when I'm done. Chris