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 overhead for concurrency is currently quite large. This is mainly caused by contention from global locks that can be eliminated with hardware transactional memory when it becomes widely available. Another solution is more fine graned locking but I've only encountered dead ends so far in R&D of this.
The text was updated successfully, but these errors were encountered:
The overhead for concurrency is currently quite large. This is mainly caused by contention from global locks that can be eliminated with hardware transactional memory when it becomes widely available. Another solution is more fine graned locking but I've only encountered dead ends so far in R&D of this.
The text was updated successfully, but these errors were encountered: