Sort configuration items for faster lookup
We have well over one thousand configuration items, not counting dummy hint entries. So now, sort all of them once (well, twice), and use binary instead of linear search for lookups. config_Get*, config_Put*, var_Create(with INHERIT flag), var_CreateGet* and var_Inherit* do such lookups.
Showing
Please register or sign in to comment