clpsz / cpp11-new-features
这里总结下c++11的新特性
☆12Updated 9 years ago
Alternatives and similar repositories for cpp11-new-features:
Users that are interested in cpp11-new-features are comparing it to the libraries listed below
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Updated 12 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆46Updated 2 months ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆11Updated 6 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- fast thread pool☆27Updated 6 years ago
- C++ ORM (Object Relational Mapping)☆77Updated 7 years ago
- 简单有效的内存池实现☆96Updated 8 years ago
- Message queue and thread pool implementations of C++ Workflow☆33Updated 8 months ago
- c++11任务库☆53Updated 9 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互 斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆48Updated 8 years ago
- 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加☆29Updated 8 years ago
- 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++ 定时器, 基于 C++11, libuv 实现☆95Updated 8 years ago
- 基于C++14语法的任务链☆23Updated 4 years ago
- 一个基于Linux的纯C基础类库☆37Updated 8 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆20Updated 9 years ago
- my c++ lib,include tcp server thread pool, double buffer, mysql pool, string☆18Updated 2 years ago
- c++ common library implement☆11Updated 5 years ago
- C++11网络库☆24Updated 2 years ago
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等☆16Updated 5 years ago
- 结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)☆41Updated 7 years ago
- Automatically exported from code.google.com/p/evproto☆14Updated 9 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆75Updated 9 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- 多种无锁队列☆43Updated 7 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆42Updated 6 months ago
- header only log inherited from Nanolog☆37Updated 4 years ago
- 基于C++14和ASIO实现高并发TCP网络框架☆47Updated 7 years ago