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

implemented multithreading using the multiprocessing module #1116

Open
wants to merge 10 commits into
base: 2.18-Beta
Choose a base branch
from

Commits on May 14, 2024

  1. implement multiprocessing in auth.py

    converted YOUTUBE variable to a list of 2 builds rather than a single 1
    virophagesp authored May 14, 2024
    Configuration menu
    Copy the full SHA
    805706f View commit details
    Browse the repository at this point in the history
  2. implement multiprocessing in logging.py

    replace instances of auth.YOUTUBE with auth.YOUTUBE[0]
    virophagesp authored May 14, 2024
    Configuration menu
    Copy the full SHA
    e3189a6 View commit details
    Browse the repository at this point in the history
  3. implement multiprocessing in operations.py

    in the get_comments function, multithreading has been added
    virophagesp authored May 14, 2024
    Configuration menu
    Copy the full SHA
    2bf28fd View commit details
    Browse the repository at this point in the history
  4. implement multiprocessing in utils.py

    changed an instance of auth.YOUTUBE to auth.YOUTUBE[0]
    virophagesp authored May 14, 2024
    Configuration menu
    Copy the full SHA
    b11a847 View commit details
    Browse the repository at this point in the history
  5. implement multiprocessing in validation.py

    replaced instances of auth.YOUTUBE to auth.YOUTUBE[0]
    virophagesp authored May 14, 2024
    Configuration menu
    Copy the full SHA
    68fd3d4 View commit details
    Browse the repository at this point in the history
  6. add comment in auth.py regarding multithreading

    it is about the second element
    virophagesp authored May 14, 2024
    Configuration menu
    Copy the full SHA
    6b01318 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29aa5ef View commit details
    Browse the repository at this point in the history
  8. added more multithreading documentation auth.py

    I forgot to add this before
    virophagesp authored May 14, 2024
    Configuration menu
    Copy the full SHA
    1305825 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    010a6e7 View commit details
    Browse the repository at this point in the history
  2. fixed memory leak

    virophage committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8cc8d2a View commit details
    Browse the repository at this point in the history