qiuqiu0330's Stars
0voice/kernel_memory_management
总结整理linux内核的内存管理的资料,包含论文,文章,视频,以及应用程序的内存泄露,内存池相关
zsummer/breeze
一个C++的轻量级的分布式服务器引擎, 架构**为一切皆service.
ytcoode/xv6
xv6 OS 源码分析
linw7/Skill-Tree
🐼 准备秋招,欢迎来树上取果实
chronoxor/CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
MengRao/fmtlog
fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.
chronoxor/CppTrader
High performance components for building Trading Platform such as ultra fast matching engine, order book processor
odygrd/quill
Asynchronous Low Latency C++ Logging Library
yixuaz/CMU-15445
https://www.jianshu.com/nb/36265841
Mapshiny/CampusRecruit
✨23⌈秋招⌋⌈校招⌋面试笔记,C/C++/Java/Go/Python/前端/后端面经合集(含答案),从秋招一直到春招补录,陪你找到满意工作,欢迎提交pr补充信息,每天持续更新...
rocwangp/tinySTL
实现了部分STL组件,又进行了部分扩充
WANGgbin/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
markparticle/WebServer
C++ Linux WebServer服务器
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
linyacool/WebServer
A C++ High Performance Web Server
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
resumejob/awesome-resume
Resume,Resume Templates,程序员简历例句,简历模版,
Sedeniono/tiny-optional
Replacement for std::optional that does not waste memory unnecessarily
xuwenchao99/Tiny-WebServer
此项目是基于 Linux 轻量级多线程的 Web 服务器,应用层实现了一个简单的 HTTP 服务器,支持静态资源的访问 与动态消息的回显。
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
cloudreve/Cloudreve
🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
kaarthic/interview-preparation
Preparation for interview.
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
rongweihe/CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
imkgarg/Awesome-Software-Engineering-Interview
orrsella/soft-eng-interview-prep
Everything you need to know for a Software Engineering interview
ucasfl/operatingsystem
操作系统复习:知识整理
forthespada/MyPoorWebServer
一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。