Skip to content

DRAFT: Fast start-up with dynamic loading

Daniel Thomas Murnane requested to merge dmurnane_fast_loading into dev

Currently, a run of acorn can take around 54 seconds to just start. This is due to every class being loaded, in case the user has called them in the config file. This is silly, we can import only those that are used in the config. This MR reduces start-up to around 10 seconds, with a dynamic loading function. Still being tested, but almost ready to go.

Merge request reports