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

OrderedDict creates circular references #65

Open
farshadkh opened this issue Apr 29, 2017 · 0 comments
Open

OrderedDict creates circular references #65

farshadkh opened this issue Apr 29, 2017 · 0 comments

Comments

@farshadkh
Copy link

Kairos is using OrderedDict heavily and by its implementation, OrderedDict creates circular references. This causes memory leaks for apps which have gc disabled due to the performance increase.

I suggest:
1- Announce this in the documentation so people with gc disabled would know what's eating up their memory.
2- If possible replace OrderedDict implementation with something without circular references. There is odict package in pypi.

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

No branches or pull requests

1 participant