ya.make 109 B

1234567891011
  1. LIBRARY(consistent-hashing)
  2. PEERDIR(
  3. library/cpp/pop_count
  4. )
  5. SRCS(
  6. consistent_hashing.cpp
  7. )
  8. END()