Kademlia

Dead simple C++11 kademlia distributed hash table library
Alternatives To Kademlia
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Klib3,845
5 days ago82mitC
A standalone and lightweight C library
Write A Hash Table2,439
4 years ago19mit
✏️ Learn how to write a hash table in C
Parallel Hashmap2,051
15 days ago2May 02, 20213apache-2.0C++
A family of header-only, very fast and memory-friendly hashmap and btree containers.
Indexmap1,3602,2221,42020 days ago26June 23, 202321otherRust
A hash table with consistent order and fast iteration; access items by key or sequence index
Libcuckoo1,318
9 months ago15otherC++
A high-performance, concurrent hash table
Qlibc879
a month agootherC
qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
Multihash8453112 months ago7December 01, 202036mitShell
Self describing hashes - for future proofing
Pg_pathman562
4 days ago48otherC
Partitioning tool for PostgreSQL
Sharedhashfile372
3 years ago1otherC
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
Kissdb333
8 years ago2C
(Keep It) Simple Stupid Database
Alternatives To Kademlia
Select To Compare


Alternative Project Comparisons
Readme

Documentation Status Build Status Linux Build status Windows Coverage Status

Description

C++11 distributed hash table library

This software is experimental and under active development.

Development

Bug and feature requests

Supported targets

OS Compiler
OSX clang
NIX gcc
Windows 7+ MSVC

Project structure

kademlia/
    |
    |-- include             API public headers files.
    |-- src                 Implementation sources and headers files.
    |-- test/unit_tests     Unit tests.
    |-- docs                User and development documentation.
    |-- specs               Kademlia protocol papers
Popular Table Projects
Popular Hash Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Network
Table
Hash
Networking
Dht