clpsz / cpp11-new-featuresLinks
这里总结下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
Sorting:
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆29Updated 3 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等☆16Updated 5 years ago
- fast thread pool☆27Updated 6 years ago
- 基于 ZeroMQ 封装的进程间通信库,支持按 Topic 过滤的发布订阅模式和 RPC 模式通信☆16Updated 2 years ago
- header only log inherited from Nanolog☆37Updated 4 years ago
- 结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)☆41Updated 7 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
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务 暴露;兼容dubbo标准协议☆20Updated 7 years ago
- 工作过程当中的实用工具类,脚本...☆38Updated 2 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆46Updated 4 months ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- muduo v1.0.4的注释版☆92Updated 9 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆97Updated 8 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆11Updated 7 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆45Updated 9 years ago
- 学习下Qt Creator源码,添加自己的注释以便理解☆11Updated 3 years ago
- c++11任务库☆53Updated 9 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆20Updated 9 years ago
- 简单有效的内存池实现☆96Updated 8 years ago
- C++ ORM (Object Relational Mapping)☆76Updated 7 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- c++ common library implement☆12Updated 5 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆48Updated 8 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Updated 12 years ago
- Cross-Platform Thread , Mutex and Semaphore☆11Updated 6 years ago
- An rpc component based on C++ and python zmq, cross language communication, simple and easy to use☆21Updated 6 years ago