Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make ConfigurationManager#load_dir lazy #28

Open
doudou opened this issue Nov 13, 2014 · 0 comments
Open

make ConfigurationManager#load_dir lazy #28

doudou opened this issue Nov 13, 2014 · 0 comments

Comments

@doudou
Copy link
Member

doudou commented Nov 13, 2014

ConfigurationManager#load_dir currently loads all configuration files present in the given folder. This causes loading of the underlying orogen models (for config file validation) and:

  • causes some scripts to be unusable because a config file is not up-to-date, even if said script does not use this config file
  • is a major performance hit (a few seconds, can be up to 10s on "cold cache")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant