DavidKeller / kademliaLinks
Dead simple C++11 kademlia distributed hash table library
☆70Updated 3 years ago
Alternatives and similar repositories for kademlia
Users that are interested in kademlia are comparing it to the libraries listed below
Sorting:
- ☆80Updated 6 years ago
- IPFS C++ HTTP API client library☆148Updated last year
- Libraries for NAT traversal and hole punching☆72Updated 8 years ago
- C++ peer to peer library, built on the top of boost☆145Updated 6 years ago
- Minimal HTTP processing library☆154Updated 5 years ago
- NATs free DHT(Kademlia) library in C++.☆57Updated 14 years ago
- Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.☆177Updated last year
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 5 years ago
- dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.☆266Updated 4 years ago
- BitTorrent DHT library☆707Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- C11 Lock-free Stack☆183Updated last year
- wait free FIFO queue, easy built cross platform(no extra dependencies needed)☆86Updated 6 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- The asynchronous TLS abstraction for OpenSSL☆125Updated 7 years ago
- Message Framing for libuv☆58Updated 4 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- High performance AVL tree container C implementation