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
The entire system runs sequentially, i.e. stto reading files one at a time and doing its things.
Need to make it concurrent so that many files are read at the same time and sync the result to be put on the console.