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

Improve startup performance #11

Open
rsutphin opened this issue Apr 6, 2012 · 0 comments
Open

Improve startup performance #11

rsutphin opened this issue Apr 6, 2012 · 0 comments
Labels

Comments

@rsutphin
Copy link
Contributor

rsutphin commented Apr 6, 2012

ncs_mdes for a particular version loads all of its information from a single giant XML Schema that is parsed all at once. This means there's a large startup cost incurred when using it in a webapp. Perhaps it could serialize the information loaded from the schema into a one or more easier-to-load representations, distributing those with the gem in addition to the XSDs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant