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
Given the feedback, it seems clear that the next step would be to get chili to implement the rayon-core public API. This way, the crate can work as a drop-in replacement for rayon-core and we'll be able to measure performance when powering the parallel iterator API in Rayon.
Some bigger steps on the road to get there:
get ThreadPool to hand out multiple Scopes concurrently
add a global ThreadPool
figure out an effective way to control heartbeat skipping from the par_iter API
identify and implement any other API directly consumed by the par_iter API
stub out everything else in order to make the public API identical
benchmark par_iter on top of chili
The text was updated successfully, but these errors were encountered:
Given the feedback, it seems clear that the next step would be to get chili to implement the rayon-core public API. This way, the crate can work as a drop-in replacement for rayon-core and we'll be able to measure performance when powering the parallel iterator API in Rayon.
Some bigger steps on the road to get there:
ThreadPool
to hand out multipleScope
s concurrentlyThreadPool
par_iter
APIpar_iter
APIpar_iter
on top of chiliThe text was updated successfully, but these errors were encountered: