自己实现一个muduo库:记录一下学习muduo库以及C++11的过程。
☆16Sep 27, 2022Updated 3 years ago
Alternatives and similar repositories for DDmuduo
Users that are interested in DDmuduo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于C++11的muduo网络库☆124Mar 20, 2021Updated 5 years ago
- 基于C++的集群聊天服务器☆84Sep 22, 2022Updated 3 years ago
- 学习muduo网络库的一些笔记☆127Sep 27, 2020Updated 5 years ago
- C++ encoder and decoder for FIX/FAST protocol (http://www.fixtradingcommunity.org/pg/structure/tech-specs/fast-protocol) without compress…☆10Oct 31, 2016Updated 9 years ago
- Use NVIDIA CUPTI from within GO☆10Sep 26, 2019Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Caffe++: assemble new features to enhance Caffe☕️☆11Dec 24, 2018Updated 7 years ago
- 游戏服务器基础框架。☆22Jul 3, 2017Updated 8 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Jul 28, 2012Updated 13 years ago
- 基于muduo网络库Reactor模型的集群聊天源码☆27Feb 21, 2022Updated 4 years ago
- AMQP client library written in c++ using boost-asio☆20Oct 21, 2011Updated 14 years ago
- 2022华为软件精英挑战赛 - 杭厦赛区 - 土豪法称霸杭厦 - 决赛季军☆14Jul 31, 2023Updated 2 years ago
- 15445 fall2022☆13Mar 31, 2023Updated 3 years ago
- CCF-CSP认证历年真题训练☆15Jun 20, 2018Updated 7 years ago
- 后端开发基础组件设计——池式组件(线程池、内存池、异步请求池)、高性能组件(原子操作CAS与锁、无锁消息队列、定时器、死锁检测、内存泄漏检测)及开源组件(libevent/libev、异步日志log4cpp、应用层协议设计ProtoBuf/Thrift)☆19May 30, 2022Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Transparent checkpoint/restart library for CUDA application.☆12Mar 9, 2015Updated 11 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Apr 10, 2019Updated 7 years ago
- 🧠算法竞赛、数据结构的课件、论文、书籍、OJ网站、习题大全,资料分享。Algorithm all in One!学习面试必备!持续更新👀☆14May 23, 2020Updated 6 years ago
- 本项目使用C++实现基于跳表实现的轻量级键值型存储引擎,其主要功能有:插入数据、查询数据、删除数据、数据展示、数据库大小、数据库清空、数据落盘以及文件加载数据。☆18Aug 28, 2021Updated 4 years ago
- helper functions for processing and integrating visual language information with Qwen-VL Series Model☆17Aug 30, 2024Updated last year
- Baseline to denoise + learn descriptors in N-HPatches☆17Mar 14, 2019Updated 7 years ago
- ☆12May 22, 2022Updated 4 years ago
- MICCAI 2023: Morphology-inspired Unsupervised Gland Segmentation via Selective Semantic Grouping☆10Apr 13, 2026Updated 2 months ago
- Linux多线程服务端编程[muduo C++网络库]☆594Sep 9, 2021Updated 4 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Pre-processing and post-processing for biomedical image analysis☆18Dec 11, 2024Updated last year
- ☆19Feb 19, 2024Updated 2 years ago
- GIM是linux环境下的一个大并发,可扩展的在线推送和IM服务框架(并不局限于IM,可以方便的扩展到其他业务场景),在典型的24核,32G内存机器上,单台服务器可以支持超过100万在线用户,TPS>5w,在了解基本架构和协议之后,能够很方便的对后端业务逻辑进行扩展。该开源…☆37Aug 27, 2015Updated 10 years ago
- Source code of the paper titled *Attentive Visual Semantic Specialized Network for Video Captioning*☆15Apr 6, 2021Updated 5 years ago
- Appearance-based Medial Axis Transform for natural images☆17Jul 1, 2021Updated 4 years ago
- The code repo for "FUSSNet: Fusing Two Sources of Uncertainty forSemi-Supervised Medical Image Segmentation"☆14Mar 2, 2022Updated 4 years ago
- Code for continual machine learning using a dynamic memory (Perkonigg et al. Nat Comms 2021)☆15Jul 26, 2023Updated 2 years ago
- Official PyTorch implementation of "A Unified Framework for U-Net Design and Analysis" (NeurIPS 2023).☆19Sep 11, 2023Updated 2 years ago
- Learn & Practie(学习与实践)☆17Dec 26, 2021Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码☆343Jan 22, 2021Updated 5 years ago
- CMU15445 2022 lab集合☆12Mar 25, 2023Updated 3 years ago
- C++ Converter from Json to XML (based in nlohmann::json sax consumer)☆17Aug 15, 2023Updated 2 years ago
- C++实现的简单http服务器(进程池+epoll)☆95Jun 28, 2018Updated 7 years ago
- A high-performance mqtt server(broker) implemented using C++20 asio coroutine☆17Jun 27, 2025Updated 11 months ago
- CMU BusTub Relational Database Management System (Fall 2023)☆11Dec 13, 2023Updated 2 years ago
- c++ Json library☆50Aug 3, 2025Updated 10 months ago