C++实现的高并发web服务器
☆13Feb 26, 2020Updated 6 years ago
Alternatives and similar repositories for webServer
Users that are interested in webServer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Code of our Neurips2020 paper "Auto Learning Attention", coming soon☆22Apr 14, 2021Updated 4 years ago
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 2 years ago
- We propose a novel deep unfolded phase retrieval network dubbed as PRNet to recover high-quality images by using the learned convolutiona…☆10Feb 16, 2022Updated 4 years ago
- C++万能客户端。Http Client、Redis Client、MySQL Client、Kafka Client。极致高性能。线程安全、自带连接池、自带线程池。全异步工作模式,支持异步回调、半同步future、同步等待三套接口。可以模仿现有client开发自定义协议。☆17Aug 6, 2020Updated 5 years ago
- Source code of ICLR2020 paper 'Towards Fast Adaptation of Neural Architectures with Meta Learning'☆27Oct 15, 2022Updated 3 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- 不基于Boost的muduo库C++实现源码☆10May 28, 2021Updated 4 years ago
- A collection of kernels used for CI builds☆17Feb 17, 2026Updated last month
- Tiny Container Engine☆11Jan 16, 2023Updated 3 years ago
- deep learning enhanced phase retrieval based on different architectures using tensorflow 2.0☆11Dec 18, 2019Updated 6 years ago
- Extended kalman filter implementation.(例子暂时有问题,寒假改)☆12Nov 8, 2021Updated 4 years ago
- A fast, minimal HTTP framework.☆17Jul 3, 2021Updated 4 years ago
- ☆12Dec 5, 2022Updated 3 years ago
- Using CNN for reconstruction of images aberrated by atmospheric turbulence☆13Mar 15, 2019Updated 7 years ago
- 使用yolov5和ncnn,将其部署到安卓移动端,我提供了精心挑选的相互匹配的版本,不会报错,为您节省了许多时间☆13Jul 22, 2022Updated 3 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 部署在树莓派上实现移动物体的实时监控。(开源版本)☆18Jan 11, 2023Updated 3 years ago
- some standard project☆11Aug 21, 2022Updated 3 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆15Sep 12, 2022Updated 3 years ago
- 历届安徽省ACM竞赛题解,请务必写题解思路,谢谢!,命名格式年份+序号(A_Z)+名称 比如2010A统计.cpp☆14Sep 28, 2020Updated 5 years ago
- 在Linux环境下使用C++语言开发多线程服务器通信框架,主要实现百万级数据包的稳定收发,支持一定数量的客户端同时连接并及时提供响应。从头搭建网络通信框架,从最初的同时单服务器承受100个客户端连接每秒收发5w包优化到1w个客户端每秒收发200w包☆21Apr 15, 2023Updated 2 years ago
- LightSE基于Linux 平台、C/C++语言实现。该项目是一个用于网页查询的轻量级搜索引擎。实现了从爬取网页,处理网页,显示结果等整个搜索引擎的流程。☆63Nov 9, 2020Updated 5 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆22May 5, 2020Updated 5 years ago
- 基于C++实现的RPC分布式网络通信框架☆26Mar 30, 2022Updated 3 years ago
- TCP Fast Open (TFO) for tokio☆34Jan 5, 2026Updated 2 months ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- this is a usage example for rpc-spring-boot-starter☆16Aug 18, 2023Updated 2 years ago
- Learning to Restore Images Degraded by Atmospheric Turbulence Using Uncertainty☆23Jul 12, 2022Updated 3 years ago
- 基于慕课网实战课程《BAT大牛亲授 基于ElasticSearch的搜房网实战》升级的SpringBoot2.0搜房网☆19Mar 31, 2021Updated 4 years ago
- 涡旋光的产生与检测方法:拉盖尔-高斯光束,贝塞尔-高斯光束,环形☆21Mar 22, 2021Updated 5 years ago
- C++从零开始实现的一个简单的基于区块链技术的电子货币记账系统,主要用来学习区块链的底层原理☆18Nov 27, 2019Updated 6 years ago
- 基于 Kotlin + MVP + retrofit + Okhttp +RxJava + Glide + anko + sw 限定符做了屏幕适配 等框架编写的 GitHub APP ,仅供学习☆24Nov 7, 2019Updated 6 years ago
- 这是一个用C++11编写的高性能静态网页服务器 涵盖C++使用的方方面面 C++ 多线程 makefile CMakeList 信号量 互斥锁 智能指针☆26Jul 29, 2019Updated 6 years ago
- 使用 vue.js+iview 构建前台 Springboot+Mybatis 构建后端 Docker+C 构建判题核心☆17Oct 14, 2023Updated 2 years ago
- My OS learning repo for https://time.geekbang.org/column/intro/411☆23May 15, 2021Updated 4 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 高性能博客系统☆30Aug 20, 2019Updated 6 years ago
- Code repository for Augmented Reality Game Development, published by Packt☆30Jan 30, 2023Updated 3 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- linux系统网络编程学习笔记☆46Feb 7, 2020Updated 6 years ago
- 实现Reactor模式c++服务器,每个版本有迭代教程和源代码☆32Apr 25, 2024Updated last year
- 利用修正后的Von-Karman方法,通过经3次谐波补偿后的大气湍流多随机相位屏,模拟高斯光束在大气湍流中的传输☆34Apr 11, 2023Updated 2 years ago
- 裁剪的Chromium的base库,以及使用示例代码☆28Jan 29, 2020Updated 6 years ago