You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: