plugins: capture total module count
...in the modules data structure. we thus know the precise count of modules up front in places where we want to know this, avoiding having to process the plugins array to build a count each time. - we thus can improve the efficiency of `module_list_get()`, as done. - we thus can simply print the count at the end of `module_LoadPlugins()` rather than it having to use a `module_list_get()` call to get that info.
parent
a6256d3f
No related branches found
No related tags found
Please register or sign in to comment