LIBRARY(consistent-hashing)

PEERDIR(
    library/cpp/pop_count
)

SRCS(
    consistent_hashing.cpp
)

END()