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

Slots in wire node #100

Open
aconstlink opened this issue Aug 16, 2024 · 0 comments
Open

Slots in wire node #100

aconstlink opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aconstlink
Copy link
Owner

As far I coded the wire node and slots separately. Now the slots need to go into the node so input and output slots can be created in the node.

Because the Lambda-node is the default one, there need to be a easy and efficient way to access the slots via the lambda function.

  • the slots can be accessed through an index representing the order the slots were input
  • a named access could be interesting too
  • slot pointers could be captured in the lambda

In the end, slot access needs to be efficient because those are the "variables" of the node and need to be efficiently updated via the lambda. Accessing the slots through the slots' name, may not be the most efficient way.

@aconstlink aconstlink added the enhancement New feature or request label Aug 16, 2024
@aconstlink aconstlink self-assigned this Aug 16, 2024
aconstlink added a commit that referenced this issue Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant