shines77 / RingQueueLinks
A lock-free(or spin-lock) Queue implemented by RingBuffer.
☆128Updated 4 years ago
Alternatives and similar repositories for RingQueue
Users that are interested in RingQueue are comparing it to the libraries listed below
Sorting:
- 用于搭建高性能、全异步、树形结构的BUS消息系统的跨平台框架库☆226Updated 3 months ago
- C++ network library based on `libgo`.☆245Updated 6 years ago
- An universal coroutine rpc framework implemented with c++11.☆72Updated 8 years ago
- modern c++ raft library☆47Updated 5 years ago
- WebSocket server demo implemented with C++ & libevent☆116Updated 3 years ago
- A simple C++ common base library used in Qihoo 360☆116Updated 3 years ago
- A actor framework base on C++11/14.☆56Updated 4 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- ☆98Updated 9 years ago
- FFLib is a lightweight c++ framework.FFlib is mainly designed for game server developing. But some components in FFLib is in common use. …☆294Updated 5 years ago
- ☆65Updated 6 years ago
- Example for connect MySQL with Connection pool in CPP.☆47Updated 12 years ago
- 更好的序列化库,c++14开发,header-only,简洁高效。Now there is a better serialization libray//github.com/qicosmos/iguana please replace kapok with iguana.☆187Updated 7 months ago
- cxx utils code☆83Updated last week
- Redis C++ Client☆66Updated last year
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆179Updated 13 years ago
- 使用KCP和libuv的简单网络模块。