Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Why CLH Lock is slow. #342

Open
poppindouble opened this issue Dec 28, 2020 · 0 comments
Open

[Question] Why CLH Lock is slow. #342

poppindouble opened this issue Dec 28, 2020 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@poppindouble
Copy link

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.

@poppindouble poppindouble added the question Further information is requested label Dec 28, 2020
@tomtomjhj tomtomjhj added the lecture question/discussion related to lectures label Dec 28, 2020
@jeehoonkang jeehoonkang assigned jeehoonkang and unassigned tomtomjhj Dec 31, 2020
@Lee-Janggun Lee-Janggun removed the lecture question/discussion related to lectures label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants