You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please help me understand the code . i see Graph.cpp uses aligned memory , while the hnswlib has its own internal data allocation using malloc . can you give me some high level overview of what are we storing in graph.ccp (from reading code it felt like we store neighbours, adjacency list , but that is also stored in the hnswliv malloc'ed data , is this increasing memory usage ?
The text was updated successfully, but these errors were encountered:
Can you please help me understand the code . i see Graph.cpp uses aligned memory , while the hnswlib has its own internal data allocation using malloc . can you give me some high level overview of what are we storing in graph.ccp (from reading code it felt like we store neighbours, adjacency list , but that is also stored in the hnswliv malloc'ed data , is this increasing memory usage ?
The text was updated successfully, but these errors were encountered: