clpsz / cpp11-new-featuresLinks
这里总结下c++11的新特性
☆12Updated 10 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++语言☆74Updated 10 years ago
- 简单有效的内存池实现☆100Updated 9 years ago
- fast thread pool☆29Updated 7 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 9 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 7 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 3 years ago
- muduo v1.0.4的注 释版☆93Updated 10 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 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
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆49Updated last week
- 结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)☆41Updated 8 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- ☆35Updated this week
- Simple C++multithread lib☆126Updated 6 years ago
- c/c++ language useful recipes☆96Updated 12 years ago
- libevent library reimplemented with c++☆43Updated 5 years ago
- 《Head First设计模式》学习代码,使用C++实现☆72Updated 10 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- Professional C++11/14&Boost Development☆60Updated 5 years ago
- kimgbo是muduo网络库的重构版本☆136Updated 7 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 5 years ago
- 一个简单而的ini配置读取库(带扩展语法)☆39Updated 7 years ago
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆59Updated 4 years ago
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆223Updated 6 years ago
- 由C语言实现的单线程高并发的网络基础库