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
For the CLH Lock, professor mentioned a node created by a thread and deallocated by another thread would be bad for performance, but didn't mention too many details, I am curious why it is bad for the performance? Is it related to the operating system or how hardware works?
I mean I understand by doing so, the exclusive resource become a shareable resource, but I am just curious what is happening
under the hood with more concrete explanation.
The text was updated successfully, but these errors were encountered:
For the CLH Lock, professor mentioned a node created by a thread and deallocated by another thread would be bad for performance, but didn't mention too many details, I am curious why it is bad for the performance? Is it related to the operating system or how hardware works?
I mean I understand by doing so, the exclusive resource become a shareable resource, but I am just curious what is happening
under the hood with more concrete explanation.
The text was updated successfully, but these errors were encountered: