josexy / socnet-cpp
A high performance HTTP server based on linux epoll designed by C++ 20
☆34Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for socnet-cpp
- ☆38Updated last year
- This is a web framework based on c++ design with a similar interface to the gin framework.☆92Updated 3 weeks ago
- 高性能分布式网络服务框架--供个人学习使用 feat by sylar☆32Updated last year
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆513Updated 4 years ago
- 在进行数据传输的过程中可以选择TCP或者UDP协议,TCP虽然相对而言比较复杂,具有三次握手进行连接以及四次分手断开连接,但具备可靠性,被大公司广泛使用,因此设计一种基于TCP的多线程数据传输系统来进行通信。☆16Updated 3 years ago
- docs for search system and ai infra☆253Updated 3 months ago
- Super Simple Reflection☆126Updated last year
- An efficient solution to replace malloc - Google open source project tcmalloc high-concurrency memory pool learning and simulation implem…☆20Updated 2 months ago
- leveldb chinese annotation☆113Updated 9 months ago
- c++ tools for Ringqueue,timemanager,threadpool,freelockqueue,coroutines test,asio example☆47Updated 3 weeks ago
- 参考gin开发的高性能轻量级web框架。以尽量精简的代码实现,最大程度兼容和优化gin使用习惯,添加一些新特性。经过不断优化,性能比gin还要好。☆49Updated 2 years ago
- 个人仓库,存放玩具☆19Updated 2 years ago
- Here are three types of high-performance IO servers, implemented through multiplexing. They are select, poll, and epoll, respectively.☆28Updated 4 months ago
- ☆24Updated 2 years ago
- go 语言仿写的 redis 服务器,支持 RESP 通信协议☆42Updated last year
- 分布式系统学习☆175Updated 3 years ago
- 实现了raft算法中提供的领导者选举,日志复制和持久化等功能☆45Updated 2 years ago
- 基于muduo网络库的集群聊天服务器☆90Updated 3 years ago
- 基于分布式的集群聊天系统☆42Updated 3 years ago
- TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!☆143Updated 3 years ago
- A high-performance web server based on the multiplexer actor mode, with an underlying implementation using the epoll model☆46Updated 6 months ago
- C++ MPSC-Channel, Thread-safe container for sharing data between threads☆44Updated 5 months ago
- C/S system based on gRPC streaming service and implement Android device communication☆22Updated 2 years ago
- 🐲 My First Language Frontend with LLVM ✨ 基于 LLVM 的 Kaleidoscope 语言自制编译器实践、个人学习体会和相关文档翻译☆13Updated last year
- A simple program to make the original shadowsocks support SIP003 plugins.☆42Updated 2 years ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆210Updated 3 years ago
- common components☆9Updated last year
- Go实现简易redis☆65Updated 5 months ago