Rewrite the cat2.c
program by using read
, write
, open
and close
instead of their library equivalents.
Then, generate a report with performance metrics between the existing cat
command and your mycat
.
The format of the report is free, you can add charts or whatever helps to understand the speed of both approaches.
- Don't forget to sync first with the base master branch.
- Push your code to your personal fork.
- Use the
cat2.c
file for your code. - Have fun and don't forget the next section.
GITHUB_USER=<your_github_user> make submit
More details at: Classify API