
5 Mar
2004
5 Mar
'04
8:21 p.m.
The advantage is that the two ranges can be returned without any reordering. For instance, if the circular buffer is being used as a write buffer, it might prove more efficient to call the underlying write twice, once on each portion of the array, than to reorder the array (and call the underlying write only once). -- Jeremy Maitin-Shepard