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

Adjacency Manager Design #348

Closed
wants to merge 1 commit into from
Closed

Adjacency Manager Design #348

wants to merge 1 commit into from

Conversation

friendlymatthew
Copy link
Collaborator

From the discussion in discord, serializing to disk requires both Friends and Points. I was making a composite AdjacencyManager clumping both data structures together. But I soon realized this creates two PageFile instances to handle.

So we can abstract the methods specified in #347 into an interface, implement two structs that is managed by a AdjacencyPageManager.

Please let me know if this is overkill or there can be a simpler way

Copy link

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

Successfully merging this pull request may close these issues.

1 participant