ya.make 153 B

12345678910111213
  1. PROGRAM(skiplist-perf)
  2. PEERDIR(
  3. library/cpp/charset
  4. library/cpp/getopt/small
  5. library/cpp/threading/skip_list
  6. )
  7. SRCS(
  8. main.cpp
  9. )
  10. END()