参考自muduo库,多reactor模拟Proactor模式的C++ linux高性能服务器
☆26Nov 24, 2020Updated 5 years ago
Alternatives and similar repositories for myWebServer
Users that are interested in myWebServer are comparing it to the libraries listed below
Sorting:
- 基于muduo网络库Reactor模型的集群聊天源码☆26Feb 21, 2022Updated 4 years ago
- 基于C++11多线程主从Reactor模式的Web高性能服务器☆24Mar 6, 2021Updated 5 years ago
- [c++]使用boost.asio写的简单内存键值对缓存☆11Jul 31, 2017Updated 8 years ago
- C++高性能网络服务器☆78Aug 30, 2020Updated 5 years ago
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 4 years ago
- A C++11 high performance webserver,支持多线程,单线程,使用Reactor模型,仿照muduo库的one loop per thread☆12Aug 3, 2023Updated 2 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆89May 10, 2022Updated 3 years ago
- LONGAGENT: Scaling Language Models to 128k Context through Multi-Agent Collaboration☆11Mar 11, 2024Updated last year
- ☆11Jun 13, 2021Updated 4 years ago
- ☆12Apr 22, 2024Updated last year
- 一个小型操作系统的学习与实现☆10Feb 18, 2021Updated 5 years ago
- pyDIA is a modular python package for performing star detection, difference imaging and photometry on astronomical images.☆15Mar 8, 2021Updated 5 years ago
- ☆10Feb 24, 2025Updated last year
- Research on the Construction and Application of Paraphrase Parallel Corpus☆11Oct 26, 2020Updated 5 years ago
- kNN-TL: k-Nearest-Neighbor Transfer Learning for Low-Resource Neural Machine Translation (ACL2023)☆11Jul 26, 2023Updated 2 years ago
- ☆11Jun 4, 2021Updated 4 years ago
- 集群分布式网络通信框架,基于protobuf、muduo库开发☆61Jul 30, 2020Updated 5 years ago
- 使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M…☆122Feb 4, 2021Updated 5 years ago
- ☆20Dec 3, 2025Updated 3 months ago
- A PyTorch implementation of Vector Quantized Variational Autoencoder (VQ-VAE) with EMA updates, pretrained encoder, and K-means initializ…☆21Dec 31, 2024Updated last year
- go实现的简单KV型内存数据库,支持持久化,使用raft保证高可用。☆12Oct 9, 2024Updated last year
- A simple network library powered by epoll and proactor pattern.☆12May 28, 2022Updated 3 years ago
- 基于C++11的muduo网络库☆119Mar 20, 2021Updated 4 years ago
- 一个基于muduo库 的rpc分布式微服务框架☆16Jul 13, 2022Updated 3 years ago
- 基于SDN架构的网络流量监控和控制☆12Feb 2, 2026Updated last month
- Codebase for Hyperdecoders https://arxiv.org/abs/2203.08304☆14Oct 11, 2022Updated 3 years ago
- [EMNLP 2023] Generative Emotion Cause Triplet Extraction in Conversations with Commonsense Knowledge☆14Jan 5, 2024Updated 2 years ago
- The official implementation of the ACL 2023 paper, "Paraphrasing-Guided Data Augmentation for Contrastive Prompt-based Few-shot Fine-tuni…☆11Nov 28, 2023Updated 2 years ago
- 本书讲述了增强现实的理论基础,并基于Unity 3D引擎和开源工具,从零开始构建多种类型的增强现实应用,包括基于人工标识、基于自然特征跟踪、基于SLAM、基于GIS等。☆17Nov 28, 2018Updated 7 years ago
- 基于 Spring Boot 构建的高性能智能对话平台,创新性地实现了多模型混合调度、知识库增强、多轮对话记忆等核心功能。平台已完成与 DeepSeek、文心一言等主流大模型的深度集成,单机日均可处理对话量 10w+。☆19Jul 7, 2025Updated 8 months ago
- 一门公开课《MIT6.824》的大作业☆12Jun 21, 2021Updated 4 years ago
- C++11多线程入门☆12Apr 24, 2019Updated 6 years ago
- Libcovevent is a async-I/O library, but it provide APIs for sync style programming in C++.☆16Sep 27, 2018Updated 7 years ago
- ☆15Mar 11, 2023Updated 2 years ago
- 小彭老师推出 SyCL 2020 课程(施工中,日后会在直播中放出)☆15Sep 3, 2023Updated 2 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆57Apr 29, 2023Updated 2 years ago
- Code for "Simulated Multiple Reference Training Improves Low-Resource Machine Translation"☆15Dec 1, 2020Updated 5 years ago
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;☆15Jul 14, 2021Updated 4 years ago