bodokaiser / libuv-internalsLinks
libuv-internals is a collection of snippets which try to show up some architecture sections of libuv on simple examples
☆38Updated 12 years ago
Alternatives and similar repositories for libuv-internals
Users that are interested in libuv-internals are comparing it to the libraries listed below
Sorting:
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago
- Benchmarks for lockfree datastructures.☆120Updated 11 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- some libuv code snippets written while learning c and libuv☆69Updated 10 years ago
- My take on the LMAX Disruptor☆75Updated 12 years ago
- Simple HTTP query string parsing library in C☆58Updated 13 years ago
- A concurrent user-level thread library implemented in C++☆317Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- libpaxos-cpp is a C++ implementation of the Paxos distributed consensus protocol☆67Updated 12 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 months ago
- [deprecated] Data structures and sample applications using Mintomic☆94Updated 10 years ago
- A dependency-based coroutine scheduler☆45Updated 9 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆154Updated 3 months ago
- A hierarchical timer wheel, for implementing timed event queues☆214Updated last year
- MDBM a very fast memory-mapped key/value store.☆77Updated 2 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- A simple C++ web framework based on Libevent.☆236Updated 10 years ago
- Various open addressing hashmap algorithms in C++☆258Updated 4 years ago
- redis's async event loop library☆189Updated 6 years ago
- Documenting types and methods of libuv, mostly by reading 'uv.h'.☆255Updated 7 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆293Updated 6 years ago
- Message Framing for libuv☆58Updated 4 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Updated 8 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A benchmark framework for concurrent queue implementations☆297Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago