Editing init.php to remove providers

In the Bricks/Include/init.php there is a line that registers providers …
Integrations\Dynamic_Data\Providers::register( [ ‘cmb2’, ‘wp’, ‘woo’, ‘acf’, ‘pods’, ‘metabox’, ‘toolset’, ‘jetengine’, ‘acpt’ ] );

Is there any performance impact in having not needed providers registered? ie As I am moving to ACPT can I remove acf, pods, metabox, toolset, jetengine … and will this offer any performance advantage?
Yes I am aware that I’d have to add them back if I ever needed them.

Just wondering.