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

spike: Restructure Node Data Structures (by node type) #363

Closed
2 tasks
theMultitude opened this issue Jun 24, 2024 · 3 comments
Closed
2 tasks

spike: Restructure Node Data Structures (by node type) #363

theMultitude opened this issue Jun 24, 2024 · 3 comments

Comments

@theMultitude
Copy link
Contributor

theMultitude commented Jun 24, 2024

Problem statement

We need to dig deeper to understand if we can split Node data structures according to node roles so as to limit data stored on each node as well as data passed between nodes.

Acceptance criteria

  • Separate out data relevant to each Node type
  • Outline how data is moved between nodes to properly tie them together
@theMultitude
Copy link
Contributor Author

@jdutchak and I will discuss and update afterwards.

@H34D H34D added the triage label Jul 1, 2024
@mudler
Copy link
Contributor

mudler commented Jul 1, 2024

Related work in the same direction: #383 . Probably covered by it? cc @theMultitude

@mudler mudler changed the title Restructure Node Data Structures (by node type) spike: Restructure Node Data Structures (by node type) Jul 1, 2024
@mudler mudler added the spike label Jul 1, 2024
@theMultitude
Copy link
Contributor Author

Yes, this spike is subsumed by #383 .

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

3 participants