
10 Aug
2007
10 Aug
'07
4:09 a.m.
On 8/10/07, Stefan O'Rear
Bool is 32 bits, but Don is using UArray. UArray is not parametric in the element type, which means it's less generally useful (no UArray of Complex Double, for instance), but conversely it is able to use more efficient representations depending on the type.
Ok, interesting :-)