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
fstdistfunc_ and dist_func_param_ are pointers that point to corresponding data members of SpaceInterface. It requires the lifetime of SpaceInterface should longer than HierarchicalNSW, which is unnoticeable and is easily misused. I think the code would be more robust if making a deep copy of these data members.
The text was updated successfully, but these errors were encountered:
fstdistfunc_
anddist_func_param_
are pointers that point to corresponding data members ofSpaceInterface
. It requires the lifetime ofSpaceInterface
should longer thanHierarchicalNSW
, which is unnoticeable and is easily misused. I think the code would be more robust if making a deep copy of these data members.The text was updated successfully, but these errors were encountered: