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

Models shouldn't be processed multiple times #30

Open
christuart opened this issue Sep 7, 2016 · 0 comments
Open

Models shouldn't be processed multiple times #30

christuart opened this issue Sep 7, 2016 · 0 comments

Comments

@christuart
Copy link
Owner

At present, the software reads in the .sections, .nodes and .elements files every single time the same model is used, which involves the O(n^2) (at least?) task of determining element links. Instead, a new format should be saved which includes this data, and that should be loaded if available. It might be wise to save in this file an md5 of the contents of .sections, .nodes and .elements in this new format, and use that to check whether to rebuild each time.

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