Abstract Actors are a popular mechanism for indirectly expressing concurrency. This article examines an implementation in the concurrent dialect of C ++, which runs actors on shared‐memory multi‐processor computers. The ++ actor system targets 32–256+ multi‐core computers that form backbone high‐performance computing, rather than distributed communication or robust execution via parentage fallb...