[SIGMOD'23] Data Stream Clustering: An In-depth Empirical Study [ICDM'24] MOStream: A Modular and Self-Optimizing Data Stream Clustering Algorithm
18
stars
6
forks
source link
Remove hard-coded queue initialization #46
Closed
ShuhaoZhangTony closed 3 years ago
For example.
SESAME::DataSource::DataSource() { inputQueue = std::make_shared<rigtorp::SPSCQueue>(1000);//TODO: remove hard-coded queue initialization.
threadPtr = std::make_shared();
}