set implementation optimized for fast access. More...
#include <HNSW.h>
Public Member Functions | |
VisitedTable (int size) | |
void | set (int no) |
set flog #no to true | |
bool | get (int no) const |
get flag #no | |
void | advance () |
reset all flags to false | |
Public Attributes | |
std::vector< uint8_t > | visited |
int | visno |