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

memory management on lattice traversal #6

Open
shahin opened this issue Nov 28, 2012 · 0 comments
Open

memory management on lattice traversal #6

shahin opened this issue Nov 28, 2012 · 0 comments

Comments

@shahin
Copy link
Owner

shahin commented Nov 28, 2012

Currently, all intermediate and temporary results continue to reside in memory until the program completes. This negates the benefit of depth-first search over the sequence lattice, which should require relatively little working memory (see Zaki 2001, section 4.3)

When searching the sequence lattice in enumerate_frequent_seq(), unnecessary data structures should be deleted, compressed, or flushed to disk as final output.

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