josexy / socnet-cpp
A high performance HTTP server based on linux epoll designed by C++ 20
☆34Updated 3 years ago
Alternatives and similar repositories for socnet-cpp:
Users that are interested in socnet-cpp are comparing it to the libraries listed below
- ☆30Updated last year
- This is a web framework based on c++ design with a similar interface to the gin framework.☆93Updated 5 months ago
- 高性能分布式网络服务框架--供个人学习使用 feat by sylar☆25Updated 2 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆516Updated 4 years ago
- docs for search system and ai infra☆218Updated 8 months ago
- Super Simple Reflection☆98Updated 2 years ago
- leveldb chinese annotation☆96Updated last year
- 在进行数据传输的过程中可以选择TCP或者UDP协议,TCP虽然相对而言比较复杂,具有三次握手进行连接以及四次分手断开连接,但具备可靠性,被大公司广泛使用,因此设计一种基于TCP的多线程数据传输系统来进行通信。☆14Updated 4 years ago
- c++ tools for Ringqueue,timemanager,threadpool,freelockqueue,coroutines test,asio example☆39Updated last month
- An efficient solution to replace malloc - Google open source project tcmalloc high-concurrency memory pool learning and simulation implem…☆16Updated 6 months ago
- 基于muduo网络库的集群聊天服务器☆93Updated 4 years ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆237Updated 3 years ago
- go 语言仿写的 redis 服务器,支持 RESP 通信协议☆36Updated last year
- Here are three types of high-performance IO servers, implemented through multiplexing. They are select, poll, and epoll, respectively.☆22Updated 9 months ago
- 参考gin开发的高性能轻量级web框架。以尽量精简的代码实现,最大程度兼容和优化gin使用习惯,添加一些新特性。经过不断优化,性能比gin还要好。☆43Updated 2 years ago
- c++ rpc framework, simplified version of tinyrpc。☆236Updated last year
- TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!☆149Updated 3 years ago
- 自己实现智能指针☆95Updated 8 years ago
- 个人仓库,存放玩具☆18Updated 2 years ago
- A lightweight key-value storage engine based on the Bitcask model.☆39Updated 3 weeks ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆49Updated last year
- C++分布式网络通信框架(RPC)☆15Updated last year
- 基于C++11的muduo网络库☆104Updated 4 years ago
- Go实现简易redis☆63Updated last week
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆80Updated 2 years ago
- C++11版本muduo网络库 除去了对boost库的依赖☆217Updated 2 years ago
- 基于C++的集群聊天服务器☆55Updated 2 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆41Updated 2 years ago
- 从零开始重写sylar C++高性能分布式服务器框架☆344Updated 3 weeks ago
- A high-performance web server based on the multiplexer actor mode, with an underlying implementation using the epoll model☆34Updated 11 months ago