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

SeqLockAVLTree removal 병목 #4

Open
codingskynet opened this issue Oct 31, 2021 · 0 comments
Open

SeqLockAVLTree removal 병목 #4

codingskynet opened this issue Oct 31, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@codingskynet
Copy link
Owner

codingskynet commented Oct 31, 2021

1b862d45까지 내려가면 removal이 빠르지만, 그 이후에 추가된 fence-fence synchronization을 위한 value의 Atomic 적용이 병목의 원인으로 작용하고 있는 듯함. 해결책을 강구해봐야 겠다.

재현 방법: avl_tree(최신에선 avltree)::seqlock::bench_large_seqlock_avl_tree 실행해보면 removal이 압도적으로 느려지는 경우를 관찰할 수 있음
재현 환경: M1 Macbook Air, Big Sur 11.4

@codingskynet codingskynet self-assigned this Oct 31, 2021
@codingskynet codingskynet added the enhancement New feature or request label Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant