Ephmeral / NotesLinks
☆71Updated 2 months ago
Alternatives and similar repositories for Notes
Users that are interested in Notes are comparing it to the libraries listed below
Sorting:
- 面向互联网后端、基架的一些计算机基础八股知识以及场景题,同样也是高频面试考点☆152Updated 6 months ago
- 【代码随想录知识星球】项目分享-手撕协程库(CPP)🔥☆243Updated 5 months ago
- 由Hugo+gitpages搭建的个人博客 | 访问地址为 https://ephmeral.github.io☆10Updated 2 years ago
- 【代码随想录知识星球】项目分享-手撕RPC框架(CPP)☆114Updated 3 months ago
- 【代码随想录知识星球】项目分享-基于Raft的k-v存储数据库🔥☆837Updated 5 months ago
- 【代码随想录知识星球】项目分享-内存池☆198Updated this week
- A KV storage engine based on LSM Tree, supporting Redis RESP☆178Updated this week
- 【代码随想录知识星球】项目分享-手写操作系统内核🔥☆208Updated last month
- 【代码随想录知识星球】项目分享-cache的实现(LRU,LFU,ARC)☆232Updated 2 weeks ago
- CMU15445-2021-FALL的实源原理讲解及笔记(已完结)☆179Updated 2 years ago
- 【代码随想录知识星球】项目分享-muduo核心实现☆97Updated 3 months ago
- MIT 6.824 distributed system C++Version☆842Updated 2 years ago
- 一个在Linux环境下C++开发的轻量级、高性能、高并发的web服务器。☆94Updated 2 years ago
- 【代码随想录知识星球】项目分享-webserver☆95Updated last month
- MIT 6.S081 2021 FALL配套实验的代码及笔记(已完结)☆47Updated 2 years ago
- 【代码随想录知识星球】项目分享-HTTP服务框架🔥☆83Updated 3 months ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆257Updated 3 years ago
- Uubuntu 20 C++版本的web服务器☆252Updated 2 years ago
- 一个轻量级的Linux下的Redis实现,采用C++编写。本项目既包括客户端也包括服务端,核心数据结构使用跳表,同时结合Epoll事件处理和线程池并发管理来提供基本的Redis功能。当前版本支持字符串、列表和哈希表数据类型及相关指令,同时支持事务功能。项目正在持续更新中。☆15Updated last year
- 【代码随想录知识星球】项目分享-基于异步日志系统的云存储服务☆63Updated 3 weeks ago
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆718Updated 2 years ago
- ☆207Updated last year
- Database practice on cmu15-445 2022☆236Updated 2 years ago
- 侯捷C++系列课程视频、PPT和源代码☆219Updated 3 years ago
- c++ rpc framework, simplified version of tinyrpc。☆244Updated last year
- ☆106Updated last year
- Event-Driven C++ High-Performance WebServer In C++11☆85Updated 3 years ago
- A lightweight key-value storage engine based on skip list.|| 基于C++11的轻量级KV存储引擎☆23Updated last year
- 从零开始重写sylar C++高性能分布式服务器框架☆359Updated 3 months ago
- 设计并实现了一个高性能、线程安全的跳表数据结构。跳表是一种随机化的数据结构,被用作代替平衡树,提供了高效的搜索、插 入和删除操作。项目中实现的跳表数据结构不仅支持基本的数据操作,还提供了数据持久化功能。☆55Updated last year