#include "types.h"
#include <vector>
#include "tbb/spin_rw_mutex.h"
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_message_reflection.h>
#include "tbb/tick_count.h"
#include <sstream>
#include <boost/random/mersenne_twister.hpp>
#include "glog/logging.h"
#include "boost/unordered_map.hpp"
#include "tbb/atomic.h"
Functions | |
bool | cnt_cmp (packed_t i, packed_t j) |
bool | cnt_cmp_ttc (cnt_topic_t i, cnt_topic_t j) |
bool | prob_cmp (tppair v1, tppair v2) |
bool | freq_cmp (id2freq_t v1, id2freq_t v2) |
bool cnt_cmp | ( | packed_t | i, | |
packed_t | j | |||
) |
bool cnt_cmp_ttc | ( | cnt_topic_t | i, | |
cnt_topic_t | j | |||
) |
bool freq_cmp | ( | id2freq_t | v1, | |
id2freq_t | v2 | |||
) |