Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate all static variables into a single struct #89

Open
gnufied opened this issue Nov 16, 2014 · 0 comments
Open

Consolidate all static variables into a single struct #89

gnufied opened this issue Nov 16, 2014 · 0 comments

Comments

@gnufied
Copy link
Contributor

gnufied commented Nov 16, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants