c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )
☆515Aug 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,406Mar 5, 2024Updated 2 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆535Dec 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
- Linux下C++轻量级WebServer服务器☆19,268Jul 5, 2024Updated last year
- C++ Library for POSIX System.☆25Dec 20, 2025Updated 2 months ago
- Writing a sqlite clone from scratch in C++☆135Oct 20, 2022Updated 3 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,179Jan 5, 2026Updated 2 months ago
- Achieve a tiny STL in C++11☆12,412Oct 27, 2024Updated last year
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆542Sep 9, 2020Updated 5 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,635Dec 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,881Jan 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 3 years ago
- C/C++ interview notes☆501Mar 22, 2025Updated 11 months ago
- A C++ High Performance Web Server☆8,173Sep 27, 2023Updated 2 years ago
- C++ Linux WebServer服务器☆4,048Dec 2, 2023Updated 2 years ago
- 电子科技大学分布式存储与计算实验室新生训练计划☆906May 1, 2025Updated 10 months ago
- c++ async rpc framework. 14w+qps.☆1,625Oct 18, 2023Updated 2 years ago
- Linux C++ Web 文件服务器☆283Jun 18, 2025Updated 8 months ago
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,451Apr 28, 2022Updated 3 years ago
- MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.☆4,315Dec 24, 2025Updated 2 months ago
- C++设计模式☆2,587Oct 11, 2024Updated last year
- 实现一个操作系统内核☆1,902Mar 4, 2023Updated 3 years ago
- My notes for cmu15445 2022☆14Feb 8, 2023Updated 3 years ago
- 基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习☆249Apr 1, 2024Updated last year
- STL源码分析☆750Nov 25, 2023Updated 2 years ago
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例☆940Nov 29, 2024Updated last year
- 【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握 的核心知识。☆1,302Jan 16, 2023Updated 3 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,379Feb 25, 2023Updated 3 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Mar 5, 2019Updated 7 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆15,968Dec 23, 2025Updated 2 months ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- Stanford computer networking lab, an elegant TCP/IP implementation☆132May 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,885Feb 16, 2026Updated 2 weeks ago
- A C++17-based lightweight high-performance network library☆265Jun 25, 2023Updated 2 years ago