d2school / bhcppLinks
《白话C++》代码
☆13Updated 10 months ago
Alternatives and similar repositories for bhcpp
Users that are interested in bhcpp are comparing it to the libraries listed below
Sorting:
- Message queue and thread pool implementations of C++ Workflow☆35Updated 10 months ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到 了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆57Updated 10 years ago
- fast thread pool☆27Updated 6 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆29Updated 3 years ago
- muduo in windows☆68Updated 5 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆42Updated 8 months ago
- C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。☆14Updated 4 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆11Updated 7 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- 这里总结下c++11的新特性☆12Updated 9 years ago
- gdb debug example☆62Updated 3 years ago
- 基于共享内存的进程间通信组件☆15Updated 6 years ago
- purecpp opensource projects list☆92Updated 2 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- 几年前读Live555的源码的时候做的注释☆11Updated 6 years ago
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等☆16Updated 5 years ago
- C++ ORM (Object Relational Mapping)☆77Updated 7 years ago
- 共享内存字典,使用共享内存存储数据,进程没了数据还在☆18Updated 2 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- 设计模式精解-GoF 23 种设计模式解析附 C++实现源码☆50Updated 8 years ago
- 定时器方案,采用epoll的异步驱动和采用时间轮推动2中方案。测试在20万个定时器同时存在(以50us的速率仍然持续创建)的情况下内存为20M,cpu占用2%左右☆17Updated 9 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- header only log inherited from Nanolog☆37Updated 4 years ago
- 简单有效的内存池实现☆96Updated 8 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆42Updated 6 years ago
- 基于RTP协议的局域网屏幕共享软件☆19Updated 4 years ago
- libevent library reimplemented with c++☆42Updated 5 years ago
- Example for connect MySQL with Connection pool in CPP.☆47Updated 12 years ago
- c++ Json library☆50Updated last month