Changeset 5848 for trunk/src/kernel32/ccollection.cpp
- Timestamp:
- Jun 1, 2001, 3:21:13 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/ccollection.cpp
r5841 r5848 1 /* $Id: ccollection.cpp,v 1. 5 2001-05-30 18:29:59phaller Exp $ */1 /* $Id: ccollection.cpp,v 1.6 2001-06-01 01:21:13 phaller Exp $ */ 2 2 3 3 /* … … 866 866 } 867 867 868 869 /* 870 * The following code provides classes for special purposes, whereas 871 * the above code is meant for general purposes. The above classes provide 872 * excellent performance when looking up entries, whereas they're rather 873 * slow when adding new elements to the collections. 874 * 875 * For the PELDR, it's more critical to have exceptionally fast adding 876 * of the exports to the lists as this outweighs resolving imports. 877 */
Note:
See TracChangeset
for help on using the changeset viewer.