Ignore:
Timestamp:
Jun 1, 2001, 3:21:13 AM (24 years ago)
Author:
phaller
Message:

Revert to old but optimized loader

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:59 phaller Exp $ */
     1/* $Id: ccollection.cpp,v 1.6 2001-06-01 01:21:13 phaller Exp $ */
    22
    33/*
     
    866866}
    867867
     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.