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

Attempt to speed up whole application #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2023

  1. Implementing cache + using parallel for

    Implementing cache + using "parallel for"
    
    - cache creating for the 1st run, then updated
    - saves approx. 20 % comparing to the previous solution
    zbyna committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    60d15dc View commit details
    Browse the repository at this point in the history
  2. Cache cleaning

    -  after closing window which registered close event handler
    zbyna committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    2901ef1 View commit details
    Browse the repository at this point in the history