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

lazy iterable vertex/ edge list #8

Open
1 task
mfe- opened this issue Dec 28, 2019 · 0 comments
Open
1 task

lazy iterable vertex/ edge list #8

mfe- opened this issue Dec 28, 2019 · 0 comments

Comments

@mfe-
Copy link
Owner

mfe- commented Dec 28, 2019

Keeping the whole vertex /edge list in memory allocates too much space in some scenarios.
When iterating over vertices /edge list, it should be possible to outsource them (for example into a file by using the existing deserializing function or simply save the guid of the vertex or edge).

  • Implement outsourcing part of the vertice/edge list by saving them into a file.
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