Re: What do you call software that detects and/or adapts to changingconditions?
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Tue, 21 Feb 2006 01:04:00 -0500
Scott Meyers wrote:
.... snip ...
Which reminds me. Does anybody know of data structures that
internally readjust themselves based on the data they are dealing
with? I can imagine a data store that starts off with a linked
list, then turns into a BST when the data gets too large, then
maybe into a hash table at some point. Maybe some scripting
languages implement identifier lookup this way?
My hashlib adapts itself to the count of items stored, up to a
certain limit (which is easily raised). See:
<http://cbfalconer.home.att.net/download/hashlib.zip>
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
Also see <http://www.safalra.com/special/googlegroupsreply/>
.
- References:
- Prev by Date: Re: Puzzle
- Next by Date: Re: top down parsing
- Previous by thread: Re: What do you call software that detects and/or adapts to changing conditions?
- Next by thread: Re: What do you call software that detects and/or adapts to changing conditions?
- Index(es):
Relevant Pages
|