-
Notifications
You must be signed in to change notification settings - Fork 390
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
base: 2.18-Beta
Are you sure you want to change the base?
Commits on May 14, 2024
-
implement multiprocessing in auth.py
converted YOUTUBE variable to a list of 2 builds rather than a single 1
Configuration menu - View commit details
-
Copy full SHA for 805706f - Browse repository at this point
Copy the full SHA 805706fView commit details -
implement multiprocessing in logging.py
replace instances of auth.YOUTUBE with auth.YOUTUBE[0]
Configuration menu - View commit details
-
Copy full SHA for e3189a6 - Browse repository at this point
Copy the full SHA e3189a6View commit details -
implement multiprocessing in operations.py
in the get_comments function, multithreading has been added
Configuration menu - View commit details
-
Copy full SHA for 2bf28fd - Browse repository at this point
Copy the full SHA 2bf28fdView commit details -
implement multiprocessing in utils.py
changed an instance of auth.YOUTUBE to auth.YOUTUBE[0]
Configuration menu - View commit details
-
Copy full SHA for b11a847 - Browse repository at this point
Copy the full SHA b11a847View commit details -
implement multiprocessing in validation.py
replaced instances of auth.YOUTUBE to auth.YOUTUBE[0]
Configuration menu - View commit details
-
Copy full SHA for 68fd3d4 - Browse repository at this point
Copy the full SHA 68fd3d4View commit details -
add comment in auth.py regarding multithreading
it is about the second element
Configuration menu - View commit details
-
Copy full SHA for 6b01318 - Browse repository at this point
Copy the full SHA 6b01318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29aa5ef - Browse repository at this point
Copy the full SHA 29aa5efView commit details -
added more multithreading documentation auth.py
I forgot to add this before
Configuration menu - View commit details
-
Copy full SHA for 1305825 - Browse repository at this point
Copy the full SHA 1305825View commit details
Commits on May 24, 2024
-
added shared dictionary, but now the ram usage is extreme
virophage committedMay 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 010a6e7 - Browse repository at this point
Copy the full SHA 010a6e7View commit details -
virophage committed
May 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 8cc8d2a - Browse repository at this point
Copy the full SHA 8cc8d2aView commit details