Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22641df0ae1a53e

Jump to content

Talk:Iliffe vector

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 2 years ago by AHMartin in topic Jagged array

Jagged array

[edit]

Is this simply a "jagged array" / "array of arrays"? 87.116.213.216 (talk) 20:44, 30 May 2011 (UTC)Reply

It's an array of pointers to arrays (of pointers to arrays ...).
When used to implement multidimensional rectangular arrays, all of the subarrays are the same size. However, the technique suffices to implement jagged arrays - regardless of whether or not the outer abstraction intends to support jagged arrays.
For example, that fact that a specific ALGOL-60 compiler happens to use Iliffe vectors to implement arrays does not mean that the implementation provides jagged array support.
15:10, 26 September 2023 (UTC) AHMartin (talk) 15:10, 26 September 2023 (UTC)Reply