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
Since an iterator uses a number of hazard pointers throughout its lifetime, and it is possible that the user has multiple iterators at the same time (by nesting iterations), the number of hazard pointers potentially used by a thread is not statically bounded.
Can we use hazard pointers only during execution of iterator methods, instead of throughout an iterator's lifetime?
The text was updated successfully, but these errors were encountered:
Since an iterator uses a number of hazard pointers throughout its lifetime, and it is possible that the user has multiple iterators at the same time (by nesting iterations), the number of hazard pointers potentially used by a thread is not statically bounded.
Can we use hazard pointers only during execution of iterator methods, instead of throughout an iterator's lifetime?
The text was updated successfully, but these errors were encountered: