Re: Applications that use thousands of data containers?



On Apr 27, 10:57?pm, "JohnQ" <johnqREMOVETHISprogram...@xxxxxxxxx>
wrote:
What are some applications and domains that use many containers (lists,
maps, arrays, whatever) in one program? Within the science of programming,
hashtables that are implemented using a list container for the buckets which
could then have 1000's of lists (not that that would be a good design
though). But what are some domains and application programs that use many
(hundreds or thousands) of containers do get their job done? (Please note
that I'm not referring to the number of elements in the containers, but
rather containers themselves).

John

If I had 100000 containers, I would have to have
100000 variable names. But if I put the containers
in a container, then I need just 1 variable name.

The answer to your question is: none.

.



Relevant Pages

  • Re: Applications that use thousands of data containers?
    ... hashtables that are implemented using a list container for the buckets which ... could then have 1000's of lists (not that that would be a good design ... of containers do get their job done? ...
    (comp.programming)
  • Applications that use thousands of data containers?
    ... What are some applications and domains that use many containers (lists, ... Within the science of programming, ... hashtables that are implemented using a list container for the buckets which ...
    (comp.programming)