vt::util::adt namespace

Namespaces

namespace detail

Classes

template<typename T, typename CountT>
struct HistogramApprox
A bounded-size, online/streaming approximate histogram.
template<typename T>
struct RangedCounter
A counter that operates over a fixed range and always stays within the range without overflowing (wraps around).