abhinavsingh / pulsarLinks
libevent based multi-threaded web server
☆19Updated 9 years ago
Alternatives and similar repositories for pulsar
Users that are interested in pulsar are comparing it to the libraries listed below
Sorting:
- a light-weight event loop based on epoll☆22Updated 9 years ago
- A nice place for simple libev examples. Please contribute.☆239Updated 9 years ago
- A simple high performance http server based on epoll☆96Updated 12 years ago
- lock free queue☆47Updated 12 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆76Updated 4 years ago
- ☆155Updated 12 years ago
- clone from alibaba tb-common-util http://code.taobao.org/svn/tb-common-utils/☆16Updated 10 years ago
- redis's async event loop library☆189Updated 6 years ago
- A header-only C++ wrapper of libevent2☆29Updated 10 years ago
- An attempt to split the Raft library out of LogCabin☆37Updated 8 years ago
- Raft network simulator, for QA☆18Updated 7 years ago
- Where I do my development for libmemcached☆45Updated 8 years ago
- An opensource C++ library develop in Qihoo infrastructure team☆81Updated 2 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 months ago
- RPC(Remote Procedure Call) on top of nark-serialization☆50Updated last year
- ☆37Updated 10 years ago
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- Use nginx as a common TCP server framework☆30Updated 11 years ago
- an efficient web/http server...(multi-thread && non-blocking I/O && epoll)☆46Updated 9 years ago
- Implement a multi-threaded HTTP web server based on boss-worker thread pattern in C, using pthread library.☆12Updated 13 years ago
- A high concurrent network components implemented by coroutine, performance better than nginx☆26Updated 3 years ago
- A custom, multi-threaded HTTP web server☆35Updated 12 years ago
- Tinyweb, a tiny web server based on libuv, by liigo, 2013/06.☆115Updated 10 years ago
- memcachedb ported from BerkeleyDB to LMDB originally from http://memcachedb.googlecode.com/svn/trunk☆90Updated 10 years ago
- skip list with rank, code less than z_set in redis☆175Updated 2 years ago
- Coroutines and asychronous I/O for cross-platform☆27Updated 10 years ago
- NoSQL storage System with Redis protocol, on top of LevelDB,☆39Updated 11 years ago
- linux kernel memcache server☆126Updated 12 years ago
- timing wheel implementation