by Marco van de Voort <marcov@[EMAIL PROTECTED]
>
Oct 29, 2007 at 03:47 PM
On 2007-10-29, Dr Engelbert Buxbaum <engelbert_buxbaum@[EMAIL PROTECTED]
> wrote:
> Am 24.10.2007, 19:42 Uhr, schrieb eljainc <eljainc@[EMAIL PROTECTED]
>:
>
>> What are some other ways of having a list with thousands of items?
>> Are there any list libraries that allow for more than 64K of data?
>
> Structures on the heap are not affected by the 64k limit, you could
> implement a LIFO or FIFO, or -- if sorting is required -- a binary tree.
> Any book on programming will have a description of these techniques, and
> code examples may also be found on SWAG.
The swag site seems to be dead.