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

Fast search #1100

Merged
merged 13 commits into from
Apr 6, 2016
Merged

Fast search #1100

merged 13 commits into from
Apr 6, 2016

Commits on Apr 4, 2016

  1. Configuration menu
    Copy the full SHA
    02a8695 View commit details
    Browse the repository at this point in the history
  2. Search is now blazingly fast.

    - New class MainTableDataModel which holds all sorted and filtered lists plus sorting and filtering logic.
    - If a search is still active while entering a new search term, the previous search is cancelled. This improves search time quite a lot.
    - By filtering after the sorting, the search is extremely fast as the amount of sorting is reduced dramatically
    - Using "filter" search should be now the fastest search, as no sorting has to take place
    simonharrer committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    6f45a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff51e8 View commit details
    Browse the repository at this point in the history
  4. Fix another performance bug which now allows to load bib databases ve…

    …ry quickly (5 sec vs. 60 sec for 40k entries)
    simonharrer committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    a36921a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e770aab View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Configuration menu
    Copy the full SHA
    b29ba7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c3f9e View commit details
    Browse the repository at this point in the history
  3. Remove sysout

    simonharrer committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    27c01da View commit details
    Browse the repository at this point in the history
  4. Tests work again

    simonharrer committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    18f7b80 View commit details
    Browse the repository at this point in the history
  5. Remove unused imports

    simonharrer committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    237aa1b View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    480dae7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8aabec3 View commit details
    Browse the repository at this point in the history
  8. 7 Configuration menu
    Copy the full SHA
    e0380b7 View commit details
    Browse the repository at this point in the history