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)☆26Updated 5 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 8 years ago
- 百万级、跨平台TCP&UDP服务器。支持关闭延迟,支持protobuf的rpc,支持网络层与业务层分离,开发服务器更高效☆14Updated 6 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆43Updated 9 years ago
- 基于协程的C++网络开发框架☆23Updated 6 years ago
- 23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutoria…☆37Updated 5 years ago
- 使用C++描述的设计模式☆18Updated 7 years ago
- 分布式队列服务器,实 现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- 我的C++11学习资料和示例代码☆59Updated 6 years ago
- C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学习等☆33Updated 10 months ago
- 高性能博客系统☆27Updated 5 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- C++ network framework,currently we support http, https, websocket☆13Updated 5 years ago
- 用duilib写的一个 虚拟键盘 ,可以参考学习 duilib 的一些用法和鼠标消息的 hook ,今天开源出来供学习。 功能难免不够完善,欢迎修正bug和添加功能,本人比较忙,有可能没时间后期维护,谨慎直接用于 商业项目☆37Updated 8 years ago
- 整理了几款优质软件的源码。☆30Updated last week
- linux常用库,使用boost和标准库编写的常用库,包含线程池、内存池、通信、日志、时间处理、定时器☆13Updated 10 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆19Updated 9 years ago
- 定时器方案,采用epoll的异步驱动和采用时间轮推动2中方案。测试在20万个定时器同时存在(以50us的速率仍然持续创建)的情况下内存为20M,cpu占用2%左右☆16Updated 9 years ago
- 金山卫士源码,整理运行在VS2013☆23Updated 6 years ago
- Easy to use RPC framework☆42Updated 7 years ago
- My Study and Test Codes of C++ Language☆33Updated 9 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆29Updated 3 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆20Updated 10 years ago
- 基于C语言编写的高并发Epoll服务器☆20Updated 5 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和 应…☆24Updated 7 years ago
- 基于acl 开发的微服务框架☆15Updated 7 years ago
- openmeeting视频会议,仿QQ群视频,实现多人视频,多人语音,文字聊天,表情,共享PPT功能,自由发言,主持人控制发言,按F2发言三种语音模式 ,客户端使用vs2010+qt4.85开发,服务器使用php+go语言,数据库采用mysql 演示系统所有密码都是1234…☆36Updated 8 years ago
- 各种IO模型的socket server实现与测试☆42Updated 10 years ago