hujiese / CPP-Extends
关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。
☆12Updated 6 years ago
Alternatives and similar repositories for CPP-Extends:
Users that are interested in CPP-Extends are comparing it to the libraries listed below
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Updated 6 years ago
- 基于协程的C++网络开发框架☆24Updated 6 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆45Updated 9 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Updated 8 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- c/c++ 语言的demo和各种工具类,包括数据结构算法和信息安全算法等。☆14Updated 8 years ago
- c网络爬虫simspider的请求队列和完成队列的redis实现,用于大规模分布式爬虫架构。☆12Updated 9 years ago
- 百万级、跨平台TCP&UDP服务器。支持关闭延迟,支持protobuf的rpc,支持网络层与业务层分离,开发服务器更高效☆14Updated 6 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆20Updated 9 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- cpp go Coroutines 高并发 高性能.用C/C++实现的类似golang的协程和网络库.☆27Updated 5 years ago
- 用duilib写的一个 虚拟键盘 ,可以参考学习 duilib 的一些用法和鼠标消息的 hook ,今天开源出来供学习。 功能难免不够完善,欢迎修正bug和添加功能,本人比较忙,有可能没时间后期维护,谨慎直接用于 商业项目☆37Updated 8 years ago
- 整理了几款优质软件的源码。☆34Updated 2 months ago
- Easy to use RPC framework☆42Updated 7 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 7 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- linux常用库,使用boost和标准库编写的常用库,包含线程池、内存池、通信、日志、时间处理、定时器☆13Updated 10 years ago
- 轻量级线程池☆12Updated 8 years ago
- C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学习等☆34Updated 11 months ago
- 使用C++描述的设计模式☆18Updated 7 years ago
- 简洁的epoll例子☆17Updated 9 years ago
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆19Updated 7 years ago
- 用C++开发web服务器框架☆31Updated 3 years ago
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Updated 5 years ago
- 高性能博客系统☆27Updated 5 years ago
- 多线程/线程池,epoll,libevent网络库分别实现的三个网络HTTP服务器程序☆14Updated 7 years ago
- 23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutoria…☆38Updated 5 years ago
- 个人学习开发linux服务器例子,视频点播服务器采用epoll模型+线程池技术处理客户端的并发任务☆51Updated last month
- 用C++11的std::atomic<T>实现一个无锁队列☆17Updated 9 years ago