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

feat: add threadpool lib #13

Merged
merged 1 commit into from
Dec 5, 2022
Merged

feat: add threadpool lib #13

merged 1 commit into from
Dec 5, 2022

Conversation

thanhdanh
Copy link

Summary

View tags significantly speed up the extract transaction function that determines if an output belongs to the account.
To maximize the benefit of applying view_tag, we need to execute that function parallelly by submitting it to the thread pool.

Threadpool upstream module: https://github.com/monero-project/monero/blob/master/src/common/threadpool.cpp

Copy link

@feri42 feri42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK - compared with upstream files.

@thanhdanh thanhdanh merged commit 19b00d3 into master Dec 5, 2022
@thanhdanh thanhdanh deleted the andyvo/add-thread-feature branch December 5, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants