bodokaiser / libuv-internals
libuv-internals is a collection of snippets which try to show up some architecture sections of libuv on simple examples
☆36Updated 11 years ago
Alternatives and similar repositories for libuv-internals:
Users that are interested in libuv-internals are comparing it to the libraries listed below
- some libuv code snippets written while learning c and libuv☆69Updated 9 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 9 years ago
- A dependency-based coroutine scheduler☆46Updated 8 years ago
- Simple HTTP query string parsing library in C☆58Updated 12 years ago
- Message Framing for libuv☆57Updated 4 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- My take on the LMAX Disruptor☆73Updated 11 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- a lightweight high-performance HTTP server library for C☆101Updated 16 years ago
- MDBM a very fast memory-mapped key/value store.☆76Updated last year
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- C++ TR2 proposal based on Asio☆18Updated 9 years ago
- ☆66Updated 4 years ago
- Prez is a distributed system based on Raft algorithm that provides highly reliable, consistent store.☆52Updated 10 years ago
- Lthread C++11 binding☆10Updated 10 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆150Updated 4 years ago
- This project features examples on how to use libuv. They are derived from the sample code in Nikhil Marathe's book An Introduction to lib…☆113Updated 11 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Chainable SSL implementation for libuv☆57Updated 6 years ago
- C++ Green threads and coroutines library☆38Updated 10 years ago
- Library implementing the storage and the query evaluation for a text search engine. It uses on a key value store database interface to st…☆47Updated 3 years ago
- A simple lock-free queue implementation.☆79Updated 10 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 8 months ago
- C++11 producer/consumer library for Apache Kafka v0.10.1.0+. Does not require zookeeper integration☆27Updated 7 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- Open source, distributed, secure data synchronization using the clearskies protocol☆135Updated 9 years ago
- Static Radix Tree (Patricia trie) implementation in C☆46Updated 7 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago