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

Feat: Make reactive Variables trigger in order (+increase performance) #586

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

hmoog
Copy link
Contributor

@hmoog hmoog commented Oct 16, 2023

This PR changes the type of the collection of callbacks used in reactive Variables to a linked list to increase the performance to O(1) for all operations and to trigger the registered callbacks in order.

It depends on #585 to be merged first.

@hmoog hmoog changed the title Feat: Make reactive Variables trigger in order Feat: Make reactive Variables trigger in order (+increase performance) Oct 16, 2023
Base automatically changed from feat/ds.List to develop October 18, 2023 19:17
@hmoog hmoog merged commit 7f3380d into develop Oct 18, 2023
4 checks passed
@hmoog hmoog deleted the feat/reactive-in-order branch October 18, 2023 19:18
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