Applications that use thousands of data containers?
- From: "JohnQ" <johnqREMOVETHISprogrammer@xxxxxxxxx>
- Date: Fri, 27 Apr 2007 22:57:31 -0500
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
.
- Follow-Ups:
- Re: Applications that use thousands of data containers?
- From: Pascal Bourguignon
- Re: Applications that use thousands of data containers?
- From: sjdevnull@xxxxxxxxx
- Re: Applications that use thousands of data containers?
- From: Simon Richard Clarkstone
- Re: Applications that use thousands of data containers?
- From: mensanator@xxxxxxx
- Re: Applications that use thousands of data containers?
- Prev by Date: Re: random integer
- Next by Date: Re: Applications that use thousands of data containers?
- Previous by thread: Take part in my research project
- Next by thread: Re: Applications that use thousands of data containers?
- Index(es):
Relevant Pages
|