StringMap.h

From Genome Analysis Wiki
Revision as of 03:30, 26 November 2009 by Goncalo (talk | contribs) (Created page with ''''StringMap.h''' declares classes that allow one to store a list of strings and associated items. The list is stored in sorted fashion. Inserts and deletes can be quite expensiv…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

StringMap.h declares classes that allow one to store a list of strings and associated items. The list is stored in sorted fashion. Inserts and deletes can be quite expensive and if access to class contents in order is required, a StringHash.h might be much more efficient.

Dependencies

This file depends on StringHash.h