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

Possibly base this store on rdflib3 IOMemory implementation #3

Open
gweis opened this issue May 22, 2013 · 0 comments
Open

Possibly base this store on rdflib3 IOMemory implementation #3

gweis opened this issue May 22, 2013 · 0 comments

Comments

@gweis
Copy link
Member

gweis commented May 22, 2013

The rdflib4 IOMemory store does not entirely clean up when removing triples.

e.g. the internal variables _obj2int, _int2obj and _all_contexts are never cleared once all references in the store disappear.
This might be no problem for an in-memory store (except for a possible memory leak if the same store instance is used over a longer period of time), but it might cause conflicts or leave traces of unwanted information in the store when it is persisted.

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