📚一个三级缓存的高并发内存池
☆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 4 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 4 months ago
- 一款设计不错的线程池☆19Mar 6, 2018Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆15Sep 12, 2022Updated 3 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++的可跨平台(主要针对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
- Multithreaded network library in C++17☆93Feb 10, 2022Updated 4 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆33Jul 18, 2022Updated 3 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 广告检索引擎(针对在线广告设计,支持简单倒排检索、范围检索、LBS检索,持续完善中)☆170Dec 29, 2018Updated 7 years ago
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 2 years ago
- ☆15Jul 27, 2025Updated 9 months ago
- 共享内存字典,使用共享内存存储数据,进程没了数据还在☆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
- 一个基于跳表的轻量级键值型存储引擎,并提供了服务端和客户端。☆14Jul 6, 2022Updated 3 years ago
- MIT 6.824-2012☆10Jun 30, 2018Updated 7 years ago
- 实现Web网络框架(包含线程模块、协程模块、日志模块、SocketIO模块、Http模块)☆10Oct 25, 2023Updated 2 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Nov 19, 2018Updated 7 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- C ++ library for working with date and time☆10Dec 22, 2025Updated 4 months ago
- 音视频学习,相关文件格式/协议分析。h264 nalu aac adts flv☆14Mar 6, 2021Updated 5 years ago
- Cursor IDE API 逆向工程教程☆80Mar 20, 2026Updated last month
- ☆12Mar 28, 2017Updated 9 years ago
- 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆37Jun 14, 2019Updated 6 years ago
- [ICDCS 2023] DeAR: Accelerating Distributed Deep Learning with Fine-Grained All-Reduce Pipelining☆12Dec 4, 2023Updated 2 years ago
- c++ async rpc framework. 14w+qps.☆1,657Oct 18, 2023Updated 2 years ago
- Description of some code of tensorflow in practice.☆15Jul 2, 2020Updated 5 years ago
- rabitq rust implementation☆11Updated this week
- 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.
- 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帧帧间压缩实现运动估计和运动…☆14Dec 30, 2018Updated 7 years ago
- learn dpdk step by step☆35Dec 27, 2025Updated 4 months ago
- 重写了 sylar 项目,添加了协程间的同步机制,添加了一个协程间通信的 Chan 结构。添加了一个 RPC 调用库☆14Jun 29, 2024Updated last year
- [IJCAI 2021] Robust Adversarial Imitation Learning via Adaptively-Selected Demonstrations☆16Feb 17, 2023Updated 3 years ago
- this a simple taskflow inspired by the githu taskflow proj for learning , it is even more easy than the ori version of task flow☆46Aug 22, 2021Updated 4 years ago
- 基于tcmalloc,实现了一个具有三层缓存的高并发内存池(ThreadCache、Centralcache,PageCache)☆14Mar 11, 2023Updated 3 years ago