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
We could simplify && speed things up
=> spawn several Crawlers in their own threads, we already handle job delegation via channels
this way we have less internal/external Send/Sync restrictions and we do not bother tokio with work stealing schenanigans which most likely hurt more than help in our use case
after this is implemented, can review let4be/crusty#35
probably could use Actix here and there
The text was updated successfully, but these errors were encountered:
We could simplify && speed things up
=> spawn several Crawlers in their own threads, we already handle job delegation via channels
this way we have less internal/external Send/Sync restrictions and we do not bother tokio with work stealing schenanigans which most likely hurt more than help in our use case
after this is implemented, can review let4be/crusty#35
probably could use Actix here and there
The text was updated successfully, but these errors were encountered: