📚一个三级缓存的高并发内存池
☆60Feb 24, 2019Updated 7 years ago
Alternatives and similar repositories for ConcurrentMemoryPool
Users that are interested in ConcurrentMemoryPool are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- some standard project☆11Aug 21, 2022Updated 3 years ago
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 5 years ago
- A small Key-Value storage engine written in C++.☆107Feb 17, 2023Updated 3 years ago
- Coroutine Workflow based on C++ 20☆73Dec 27, 2025Updated 5 months ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆15Sep 12, 2022Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;☆15Jul 14, 2021Updated 4 years ago
- High Performan Ai Model Web Server. Mainly support computer vision model. Quickly establish your own ai-model server. https://github.com/…☆44May 13, 2025Updated last year
- libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client☆142Dec 17, 2025Updated 5 months ago
- c++11 Server based on coroutine and reactor☆110Nov 30, 2021Updated 4 years ago
- ☆19Feb 9, 2023Updated 3 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 3 years ago
- 简单有效的内存池实现☆102Jul 12, 2016Updated 9 years ago
- c++ rpc framework, simplified version of tinyrpc。☆251Feb 12, 2024Updated 2 years ago
- ☆172Aug 6, 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.
- Multithreaded network library in C++17☆93Feb 10, 2022Updated 4 years ago
- C++, bilibili, 7亿用户信息, 爬虫(分布式,服务器+客户端+管理程序)☆41Dec 31, 2020Updated 5 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆33Jul 18, 2022Updated 3 years ago
- 广告检索引擎(针对在线广告设计,支持简单倒排检索、范围检索、LBS检索,持续完善中)☆170Dec 29, 2018Updated 7 years ago
- ☆15Apr 9, 2025Updated last year
- 共享内存字典,使用共享内存存储数据,进程没了数据还在☆19Jan 31, 2023Updated 3 years ago
- A threadpool with C++ , support adjust thread priority and different I/O ,CPU priority.☆28Dec 5, 2021Updated 4 years ago
- rockchip_rtsp可以获取rtsp视频流并调用硬件VPU自动解码☆11Mar 4, 2021Updated 5 years ago
- 此仓库为最近新建,2014年暑假做的一个项目,智能车寻迹小车,项目代码两个人完成,我负责图像采集、处理、中线提取、弯道判断等几个部分,项目C语言实现。现在看来,当时知识有限,实现功能尚可,但实际代码质量很一般。源码主要在include和Sources两个文件夹。☆16Aug 16, 2016Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A multi-producer multi-consumer lock-free ring buffer implementation☆13Jul 21, 2019Updated 6 years ago
- MIT 6.824-2012☆10Jun 30, 2018Updated 7 years ago
- 实现Web网络框架(包含线程模块、协程模块、日志模块、SocketIO模块、Http模块)☆10Oct 25, 2023Updated 2 years ago
- 不基于Boost的muduo库C++实现源码☆10May 28, 2021Updated 5 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Nov 19, 2018Updated 7 years ago
- C ++ library for working with date and time☆10Dec 22, 2025Updated 5 months ago
- mpp decode h264,rga resize, drm display by hdmi☆15Aug 20, 2020Updated 5 years ago
- Cursor IDE API 逆向工程教程☆83Mar 20, 2026Updated 2 months ago
- 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆38Jun 14, 2019Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- c++ async rpc framework. 14w+qps.☆1,660Oct 18, 2023Updated 2 years ago
- ☆13May 20, 2019Updated 7 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,404Mar 5, 2024Updated 2 years ago
- 实现基本视频压缩编码,包括I帧帧内压缩和P帧帧间压缩。I帧帧内压缩实现RGB和YUV颜色空间互相转换,离散余弦变换(DCT for Discrete Cosine Transform)和反离散余弦变换,量化和和反量化,Huffman编码和解码;P帧帧间压缩实现运动估计和运动…☆15Dec 30, 2018Updated 7 years ago
- STGNN model and others for comparison☆10Mar 24, 2023Updated 3 years ago
- learn dpdk step by step☆37Dec 27, 2025Updated 5 months ago
- C++ Event Dispatcher support TCP, UDP, Pipes, File System, TLS, Priority, On/Off, Threads, Permanent Connections, etc.☆17May 25, 2026Updated 2 weeks ago