1.寫一個Json庫
鏈接:
https://github.com/miloyip/json-tutorial/blob/master/tutorial01/tutorial01.md
2.寫一個紅黑樹
鏈接:
https://github.com/william-zk/RB_Tree
3.寫一個STL
鏈接:
https://github.com/Alinshans/MyTinySTL
4.寫一個NoSQL
鏈接:
https://www.lanqiao.cn/courses/1341
5.寫一個高並發內存池
鏈接:
https://blog.csdn.net/qq_41562665/article/details/90546750
6.寫一個線程庫
鏈接:
https://github.com/Winnerhust/uthread
7.寫一個網絡庫
鏈接:
https://github.com/chenshuaihao/NetServer
8.寫一個服務器框架
鏈接:
https://www.bilibili.com/video/av53602631?from=search&seid=9029288577396826503
9.寫一個WebServer
可以參考一些書
《Linux高性能服務器編程》
還有陳碩的那本書 等等
WebServer應該很多人都有做。。。
鏈接:
https://github.com/linyacool/WebServer
10.寫一個操作系統內核
搜一下 “MIT 6.828”
感覺課程里的一個作業都可以拿來當做一個項目了
鏈接:
https://github.com/woai3c/MIT6.828