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
One of the things which I am thinking is, we have bunch of static variables which are obviously not threadsafe in face of real parallelism, but we just have them spread all over the code.
I think, we can't eliminate them - but having them in a single global static variable will help us in isolating scope of it. @emilsoman and @iffyuva what you guys think?
The text was updated successfully, but these errors were encountered:
Hello,
One of the things which I am thinking is, we have bunch of static variables which are obviously not threadsafe in face of real parallelism, but we just have them spread all over the code.
I think, we can't eliminate them - but having them in a single global static variable will help us in isolating scope of it. @emilsoman and @iffyuva what you guys think?
The text was updated successfully, but these errors were encountered: