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
Vp_tree: rm remove function and improve performance of to_list.
The remove operation could mislead users in what is the correct way
to use this data structure.
The to_list function had a performance bug, noticed by Loic Correnson.