Skip to content
forked from niaokedaoren/csapp

solutions to 15-213, Introduction to Computer Systems

Notifications You must be signed in to change notification settings

tinyzero4/csapp

 
 

Repository files navigation

csapp

Exercising these labs are of great fun. Hope you can enjoy, too.

Most of my solutions are quite efficient and well optimized, but you still can do more, don't settle. For promising CMU students, you should not read my code until lab due. For self-study students, you should try your best first. Discussion is welcome.

Hints

Malloc lab

Efficient code optimization, observe general memory allocation pattern. My score is 98. I know there are 100s. try hard.

Proxy lab

Know every detail of your program, like a writer of his novel. Robust error handling.

About

solutions to 15-213, Introduction to Computer Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.8%
  • Assembly 33.9%
  • Perl 5.5%
  • Python 0.9%
  • Makefile 0.6%
  • C++ 0.3%