Re: definition/explanation of an unboxed array in c is ...?



In article <1191160111.636593.293410@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
<ben@xxxxxxxxxxxxxx> wrote:

i was reading this page "Optimizing Machine Learning Programs"
http://hunch.net/?p=290 where in the comments at the bottom regarding
the third point "Avoid Pointer-Based Representations" there is talk of
unboxed arrays.

I think you may have misinterpreted this. As far as I can tell,
they're not contrasting "boxed arrays" and "unboxed arrays", but boxed
representations - typed objects, which point to each other - with
arrays.

I take the term "unboxed array-base implementations" to mean "unboxed
(i.e. array-based) implementations".

I haven't read the article in detail.

-- Richard
--
"Consideration shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.
.