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

ObjectGraphWalker shouldn't use soft references #53

Open
lorban opened this issue Oct 18, 2017 · 0 comments
Open

ObjectGraphWalker shouldn't use soft references #53

lorban opened this issue Oct 18, 2017 · 0 comments

Comments

@lorban
Copy link

lorban commented Oct 18, 2017

Soft references cause all sorts of problems with garbage collection and cannot reliably be used for caching, which is what the ObjectGraphWalker uses them for.

Another form of Field caching should be used.

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

1 participant