I am trying to deconstruct each feature and then re-do it in my own code and in my own way for the best performance. Thus from there is the feature for enabling everything through settings. If you want only some of the features the mod does not care about any of the other stuff and don't cache functions you disabled in the settings (maybe i will change the default behavior to false state, so people can enable their "best mods" on wish, it will load more quickly).
For instance, my implementation of Even Distribution Lite is about 35-40% faster after tests on my rig, than the actual mod.
The squeak through is really bare i admit it, but it is so fast you don't even see it in calculations in-game (basically changing base hitboxes before the game even starts :D)
So yea... I will do my best to make it fast, optimized and well packed in future!