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
The approach you came up with is very similar with the "layer" approach we tried (@jbigot not the one using the templated lambdas). It works well, but requires to implement an extra layer for parallel_* (which means to maintain this interface), and to recreate the various execution policies (which means more stuff to maintain).
The choose_side_read/_write strategy you proposed is interesting.
Since Peter brought that up in the slack here is a sketch of what I came up with using DualView as the fundamental data management approach:
The text was updated successfully, but these errors were encountered: