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 Vector implementation in Vector.chpl outperforms Chapel Array push_back by 10x and so we should see significant improvement once this conversion has completed.
A better way to do this, for the meantime at least, is to just implement vector logic for neighborList by having a separate counter (perhaps atomic so that it may be accessible without acquiring lock).
The Vector implementation in
Vector.chpl
outperforms Chapel Arraypush_back
by 10x and so we should see significant improvement once this conversion has completed.The text was updated successfully, but these errors were encountered: