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

Optimized import project functionality. #800

Merged
merged 2 commits into from
Jan 22, 2016

Commits on Jan 20, 2016

  1. Optimized import project functionality.

    As the import use the same underlying function as the library update, it always cleared out the sets and meta rules and pointers before inserting the new ones. Due to the nature of the deletion process it takes some time even if there is nothing to remove, so to improve the overall speed, we check if the given node is a new one, and in that case we skip the remove.
    The bigger a project is the bigger the positive impact of the change (example project was of size 8.7Mb, the import time decreased from 45145.358ms to 11571.499ms).
    It also improves library updates where the number of new items is big.
    kecso committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    3201583 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Configuration menu
    Copy the full SHA
    f4bce99 View commit details
    Browse the repository at this point in the history