Skip to content

uv: fix performance issue#1889

Merged
xmrig merged 1 commit intodevfrom
unknown repository
Oct 13, 2020
Merged

uv: fix performance issue#1889
xmrig merged 1 commit intodevfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Oct 12, 2020

unix implementation of uv_async_t has been wasting cpu cycles for nothing since 1.29.0 release
implement efficient callback scheduling for linux

unix implementation of uv_async_t has been wasting cpu cycles for nothing since 1.29.0 release
implement efficient callback scheduling for linux
@ghost
Copy link
Copy Markdown
Author

ghost commented Oct 12, 2020

libuv/libuv#2231
The source of performance drop and it likely will not be reverted in libuv upstream.

@xmrig xmrig added this to the v6 milestone Oct 12, 2020
@xmrig
Copy link
Copy Markdown
Owner

xmrig commented Oct 12, 2020

Looks good, but need some time for review.
Thank you.

@xmrig xmrig merged commit 9fcc542 into xmrig:dev Oct 13, 2020
@ghost ghost deleted the fix_uv_issue branch October 13, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants