mgcpp icon indicating copy to clipboard operation
mgcpp copied to clipboard

Improve or review the current context_manager implementation

Open Red-Portal opened this issue 7 years ago • 0 comments

Improve or review the current context_manager implementation

context_manager is a global singleton locked with a mutex. I'm afraid the mutex will critically harm scaling under highly parallel context. Profiling the context_manager's scaling factor is required. And possible removing the mutex in some way.

Red-Portal avatar Dec 20 '17 14:12 Red-Portal