Marine Library  1.0
C++ library for Linux Networking Development
Classes
consistent_hash.hh File Reference

Consistent Hashng algorithm implementation. More...

#include <stdint.h>
#include <cassert>
#include <map>
#include <vector>
#include "template.hh"

Go to the source code of this file.

Classes

class  CConsistentHash< Key, HashKey >
 A lightweight implementation of Consistent Hashng algorithm. More...
 

Detailed Description

Consistent Hashng algorithm implementation.

Author
Zhao DAI