CognitiveProgrammer / CplusPlus_SmartPointer
This repository contains description of C++11 and C++14 Smart Pointers Trilogy of shared_ptr, unique_ptr and weak_ptr
☆50Updated 6 years ago
Alternatives and similar repositories for CplusPlus_SmartPointer
Users that are interested in CplusPlus_SmartPointer are comparing it to the libraries listed below
Sorting:
- a header-only event-driven library based on c++11.☆34Updated 2 years ago
- Simple Blockingqueue I have used in many projects☆18Updated 8 years ago
- 简单有效的内存池实现☆96Updated 8 years ago
- C++ utilities☆48Updated last month
- gRPC C++ bidirectional streaming example☆50Updated 4 years ago
- Sample code for the Effective C++ book by Scott Meyers.☆51Updated 10 years ago
- A thread pool for C++ using std::thread and other C++11/14 standard threading utilities.☆35Updated 6 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆95Updated 8 years ago
- std::future extension☆37Updated 4 years ago
- A C++ RPC Framework with Google's Protobuf Serialization and wangle framework☆18Updated 5 years ago
- header only log inherited from Nanolog☆37Updated 4 years ago
- ☆38Updated 4 years ago
- Thread safe, lock-free memory pool.☆59Updated last year
- PolyM is a very simple C++ message queue intended for inter-thread communication☆196Updated 9 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆180Updated 5 years ago
- fn-log is a cpp-based logging utility. It's a gift.☆82Updated this week
- a modern c++17 high performance, cross-platform distributed mq☆24Updated 5 years ago
- C++ Plugin framework☆77Updated 3 years ago
- remastered examples from https://www.packtpub.com/application-development/boostasio-c-network-programming-cookbook☆19Updated 6 years ago
- c/c++ language useful recipes☆95Updated 11 years ago
- Asynchronous timer queue mechanism(C++11)☆24Updated 10 years ago
- a modern c++ plugin library☆86Updated 3 years ago
- an easy to use async redis client implemented in c++11☆35Updated 4 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- C++ implementation of hierarchy time wheel☆27Updated 4 years ago
- spdlog简单封装☆49Updated last year
- Professional C++11/14&Boost Development☆60Updated 5 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- cpp singleton works across dll/exe boundaries.☆73Updated 3 years ago
- An IPC library that implements publish/subscribe (PUBSUB) and remote procedure call (RPC) functionality.☆12Updated 5 years ago