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

Fix work per thread in Outline #624

Closed
wants to merge 5 commits into from
Closed

Fix work per thread in Outline #624

wants to merge 5 commits into from

Commits on May 14, 2020

  1. Fix tasks per thread

    rimadoma committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f62cd6d View commit details
    Browse the repository at this point in the history
  2. Use ThreadService

    The op doesn't need its own ExecutorService. Plus the cachedThreadPool
    in ThreadService ATM seems a bit faster for repeated runs.
    rimadoma committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f6d70f9 View commit details
    Browse the repository at this point in the history
  3. Minimize random access

    rimadoma committed May 14, 2020
    Configuration menu
    Copy the full SHA
    078ddbb View commit details
    Browse the repository at this point in the history
  4. Organize imports

    rimadoma committed May 14, 2020
    Configuration menu
    Copy the full SHA
    62ec832 View commit details
    Browse the repository at this point in the history
  5. Replace deprecated call

    rimadoma committed May 14, 2020
    Configuration menu
    Copy the full SHA
    2f7e3c5 View commit details
    Browse the repository at this point in the history