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

Add multithreading support to OCR #24

Merged
merged 6 commits into from
Oct 17, 2024
Merged

Add multithreading support to OCR #24

merged 6 commits into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. Add experimental multithreading support

    Signed-off-by: Ethan Dye <[email protected]>
    ecdye committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2036216 View commit details
    Browse the repository at this point in the history
  2. Restructure files to reduce complexity

    Signed-off-by: Ethan Dye <[email protected]>
    ecdye committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cec1b93 View commit details
    Browse the repository at this point in the history
  3. Add a configurable number of threads

    Signed-off-by: Ethan Dye <[email protected]>
    ecdye committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    019351a View commit details
    Browse the repository at this point in the history
  4. Only use 1 thread in Actions

    Signed-off-by: Ethan Dye <[email protected]>
    ecdye committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    640b7ec View commit details
    Browse the repository at this point in the history
  5. Improve memory management by using a class

    Signed-off-by: Ethan Dye <[email protected]>
    ecdye committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ed2672c View commit details
    Browse the repository at this point in the history
  6. Lint

    Signed-off-by: Ethan Dye <[email protected]>
    ecdye committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4eea8d8 View commit details
    Browse the repository at this point in the history