Skip to content

Commit

Permalink
format README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muathendirangu authored Feb 5, 2024
1 parent 3ec6bf0 commit 592ea43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ After running the script, you will see the reconciliation report generated in CS

### Recommendations
- Depending on the workflow we can add concurrency to our tool
- For reading large csv files we can use asyncio module since this an i/o operation
- For reconciliation of data since it is a cpu bound we can add a function to find out the number of cpus where our program is running on and leverage the multiprocessing module
- For reading large csv files we can use asyncio module since this an i/o operation
- For reconciliation of data since it is a cpu bound we can add a function to find out the number of cpus where our program is running on and leverage the multiprocessing module

0 comments on commit 592ea43

Please sign in to comment.