Jump to content

Recommended Posts

Posted (edited)
  On 8/22/2017 at 5:19 AM, cdcooley said:

Shared arrays are fast because the are implemented as shared memory with absolutely no locking mechanism. By contrast every object in the game (including GlobalVariable objects) are designed to be thread-safe with a robust locking scheme.

 

 

I know. The problem is that other means of sharing data between n parallel script objects have a lot of overhead in the form of function calls.

Edited by foamyesque
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...