You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the number of already-processed URLs is huge (e.g. 200M), it will take a long time to load them. Check out if a better storage & loading method is available.
(pyahocorasick comes to mind, but if memory serves, it doesn't really speed up loading from disk)
The text was updated successfully, but these errors were encountered:
When the number of already-processed URLs is huge (e.g. 200M), it will take a long time to load them. Check out if a better storage & loading method is available.
(pyahocorasick comes to mind, but if memory serves, it doesn't really speed up loading from disk)
The text was updated successfully, but these errors were encountered: