enpeizhao / duck_dbView external linksLinks
c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )
☆516Aug 4, 2020Updated 5 years ago
Alternatives and similar repositories for duck_db
Users that are interested in duck_db are comparing it to the libraries listed below
Sorting:
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆65Jul 16, 2022Updated 3 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,404Mar 5, 2024Updated last year
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆537Dec 27, 2023Updated 2 years ago
- C++11 实现的简易版 STL☆226Apr 29, 2017Updated 8 years ago
- B+ tree implementation which stores data in file☆280Jan 12, 2024Updated 2 years ago
- c++ 实现关系型数据库 / 数据库概论课程设计☆49Nov 19, 2019Updated 6 years ago
- Linux下C++轻量级WebServer服务器☆19,195Jul 5, 2024Updated last year
- C++ Library for POSIX System.☆26Dec 20, 2025Updated last month
- Writing a sqlite clone from scratch in C++☆135Oct 20, 2022Updated 3 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,175Jan 5, 2026Updated last month
- Achieve a tiny STL in C++11☆12,397Oct 27, 2024Updated last year
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试, 对httpserver整体提供性能测试。☆540Sep 9, 2020Updated 5 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,630Dec 8, 2023Updated 2 years ago
- 基于B+树、支持数据可靠持久化、数据恢复的小型数据库☆12Nov 2, 2019Updated 6 years ago
- A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage☆1,885Jan 4, 2023Updated 3 years ago
- C++实现的简单http服务器(进程池+epoll)☆96Jun 28, 2018Updated 7 years ago
- A small Key-Value storage engine written in C++.☆108Feb 17, 2023Updated 2 years ago
- C/C++ interview notes☆501Mar 22, 2025Updated 10 months ago
- A C++ High Performance Web Server☆8,171Sep 27, 2023Updated 2 years ago
- C++ Linux WebServer服务器☆4,046Dec 2, 2023Updated 2 years ago
- c++ async rpc framework. 14w+qps.☆1,619Oct 18, 2023Updated 2 years ago
- 电子科技大学分布式存储与计算实验室新生训练计划☆908May 1, 2025Updated 9 months ago
- Linux C++ Web 文件服务器☆283Jun 18, 2025Updated 7 months ago
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,450Apr 28, 2022Updated 3 years ago
- MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.☆4,320Dec 24, 2025Updated last month
- C++设计模式☆2,590Oct 11, 2024Updated last year
- 实现一个操作系统内核☆1,901Mar 4, 2023Updated 2 years ago
- My notes for cmu15445 2022☆14Feb 8, 2023Updated 3 years ago
- 纯c版本的协程实 现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例☆940Nov 29, 2024Updated last year
- 基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习☆250Apr 1, 2024Updated last year
- STL源码分析☆749Nov 25, 2023Updated 2 years ago
- 【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。☆1,301Jan 16, 2023Updated 3 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,382Feb 25, 2023Updated 2 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Mar 5, 2019Updated 6 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆15,948Dec 23, 2025Updated last month
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- Stanford computer networking lab, an elegant TCP/IP implementation☆133May 27, 2023Updated 2 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠 传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆33Jul 18, 2022Updated 3 years ago
- The BusTub Relational Database Management System (Educational)☆4,843Feb 2, 2026Updated 2 weeks ago