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

Signal Expression Caching #561

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Signal Expression Caching #561

wants to merge 10 commits into from

Conversation

xthexder
Copy link
Member

@xthexder xthexder commented Mar 9, 2025

In this PR:

  • Restructures signal expressions to use a global expression node list to maximize reuse
  • Caches signal expression results and only updates them if inputs change
  • Performance optimizations in expression evaluation
  • Lots of updates to life3 to make a room-scale game of life based on only signal expressions
  • Bug fixes for scene loading from folders
  • Adds a .natvis file for the VSCode debugger to use with robin hood hashing containers
  • Adds assert_signal console command for tests
  • Adds PreservingSet container type similar to PreservingMap

@xthexder xthexder changed the title Signal node caching Signal Expression Caching Mar 9, 2025
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