]> git.mxchange.org Git - core.git/commit - framework/bootstrap/class_FrameworkBootstrap.php
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 11 Dec 2021 21:47:55 +0000 (22:47 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 11 Dec 2021 21:47:55 +0000 (22:47 +0100)
commita5f4ff71b33335bd7386413fba0e1f1f5bdb2108
treef65ad0fbd5593867edd2bf8066c54486d254f028
parent104cbb42500483c8a20f6364eb1d9e881ff2cea8
Continued:
- invoking ksort() by every invocation of setConfigEntry() is very "expensive"
  as sorting arrays take time. Better is to load all configuration files and
  then sort it only once.

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/bootstrap/class_FrameworkBootstrap.php
framework/config/class_FrameworkConfiguration.php