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
One important thing to to keep in mind is that NO memory allocations must happen on each insertion of a node into the tree.
Additionally, the tree has to be stored in TLS (or in a large block of heap memory). To achieve that, a pooled allocator could be used (a blocked memory allocation, every xMB is ok IMO).
A high-performant tree-like data structure is needed for the tracking of the stack traces of the threads in fasttrack.
The text was updated successfully, but these errors were encountered: