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 program currently runs on a single thread which results in longer compression/decompression times for Large files. The ask is to implement concurrency using Go Routines by breaking down the file into smaller pieces.
The text was updated successfully, but these errors were encountered:
The program currently runs on a single thread which results in longer compression/decompression times for Large files. The ask is to implement concurrency using Go Routines by breaking down the file into smaller pieces.
The text was updated successfully, but these errors were encountered: