Re: Applications that use thousands of data containers?
- From: "mensanator@xxxxxxx" <mensanator@xxxxxxx>
- Date: 27 Apr 2007 21:08:46 -0700
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.
.
- References:
- Prev by Date: Applications that use thousands of data containers?
- Next by Date: Re: Applications that use thousands of data containers?
- Previous by thread: Applications that use thousands of data containers?
- Next by thread: Re: Applications that use thousands of data containers?
- Index(es):
Relevant Pages
|