I've considered putting a hashtable written in C (or stripped-down D backed by malloc/free) in the runtime for things like this, but I don't think apps will have enough libraries loaded to justify an AA.
On Nov 10, 2010, at 9:42 AM, Walter Bright wrote: > I'll have to leave these to Sean, I am not very competent on how things work > on OSX. > > One way to deal with the moduleinfos is to have it be an array of array of > moduleinfos, then adding/removing as .so's are added/removed becomes a cinch. > Using associative arrays may produce problems with initialization - if a > future aa implementation requires module construction. _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
