On Monday, 22 October 2012 at 04:59:41 UTC, Jonathan M Davis
wrote:
Blocks of memory are allocated and freed as a whole. When an
array is forced
to be reallocated, then a new block of memory is allocated for
it, and any
existing slices continue to refer to the original block of
memory. The
orig
On Monday, October 22, 2012 01:35:29 cal wrote:
> Just want to make sure I understand this properly:
>
> I have a large dynamic array (whose elements are immutable) which
> only ever grows. I also have a whole lot of small slices into
> this array, the slices never change, and they don't span the
On Sunday, 21 October 2012 at 23:35:30 UTC, cal wrote:
Just want to make sure I understand this properly:
I have a large dynamic array (whose elements are immutable)
which only ever grows. I also have a whole lot of small slices
into this array, the slices never change, and they don't span
th