-
【Class】CMU 10-414(714) Deep Learning Systems
课程2022年课程视频 + 2025年PPT 课程视频Lecture 1 - Introduction and Logistics 课程信息Deep Learning Systems AssignmentsAssignments Lecture 1: Introduction and LogisticsElements of deep learning systems Compose mul... -
面经
记录各个阶段投递情况,面试过程以及最终结果🤫
-
World Class
简单记录学习的书籍、课程和资料🧠
-
MIT 6.824(6.5840) Distributed Systems
本科就打算学的课程一直拖到现在,这次一定要学完🤔 6.5840 is a core 12-unit graduate subject with lectures, readings, programming labs, an optional project, a mid-term exam, and a final exam. It will present abstractions and implementation techniques for engineering distributed systems. Major topics include fault tolerance, replication, and consistency. Much of the class consists of studying and discussing case studies of distributed systems
-
【Class】Stanford CS149 Parallel Computing
学习一下“金字塔尖”课程,全英文不知道能不能看懂😭(自己的课程倒头就睡,别人的课程逐帧学习😜) The goal of this course is to provide a deep understanding of the fundamental principles and engineering trade-offs involved in designing modern parallel computing systems as well as to teach parallel programming techniques necessary to effectively utilize these machines. Because writing good parallel programs requires an understanding of key machine performance characteristics, this course will cover both parallel hardware and software design
-
【Project】sylar——C++高性能服务器框架
本文记录了学习和实现 sylar——C++高性能服务器框架的笔记,包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等,Smtp邮件模块,MySQL,SQLite3,ORM,Redis,Zookeeper。后续可能会对其进行扩展🤓
-
建站指南&&使用指南&&维修指南
本文记录该免费个人博客搭建指南(空间大了可能就不免费了😭,短时间应该不会),以及使用指南(防止长时间不用忘记如何操作)
-
腾讯游戏开局一课——客户端
记录参加腾讯游戏开局一课——客户端方向学习内容,也算 C++ 一个方向😜
-
【Project】C++ Linux tinyWebServer
Github开源项目WebServer: C++ Linux WebServer服务器学习笔记
-
C++内存管理机制-从平地到万丈高楼
本文包含 primitives(基础工具),malloc / free,std::allocator,other allocators,loki::allocator的底部动作介绍,从最基础的C++语言构件到高知名度的内存管理器