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

2.3 Road map #19

Closed
1 task done
mhtvsSFrpHdE opened this issue Aug 7, 2022 · 0 comments
Closed
1 task done

2.3 Road map #19

mhtvsSFrpHdE opened this issue Aug 7, 2022 · 0 comments

Comments

@mhtvsSFrpHdE
Copy link
Owner

mhtvsSFrpHdE commented Aug 7, 2022

  • Delete excluded file thread from thread pool 7b73735
    Now, a thread optimizer may run before each round of prefetch.
    If no "delete this file" record exist, the optimizer will not run.

    The performance result is before this version, I may generate 26968 thread in total,
    most of them are empty function, return immediately, only thread overhead.
    After this version, only 155 thread fired in the second round of prefetch.

    However, don't expect huge performance gain:
    on my personal PC (E3-1231-V3), no noticeable performance different shows in benchmark result.
    This update may only try not to abuse CPU.
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

No branches or pull requests

1 participant