Skip to content

Conversation

@S-furi
Copy link
Contributor

@S-furi S-furi commented Jan 23, 2026

With these changes the Engine has been replaced by its reactive counterpart and the BatchEngine is then refactored to support such change. As a result of this, DependencyGraph is no more needed.
Finally, all core operations on positions, neighbourhoods and nodes contents have transitioned to their reactive counterparts, or are being backed by the reactive alternative method: the motivation behind this choice is for reducing the proliferation of calling current or getCurrent() on observables when the user is modelling a "proactive" behaviour.

S-furi and others added 11 commits January 19, 2026 14:47
…l callback

Now the "laziness" concept is applied to dervied observables too.
For actions in general, it is better to use an imperative approach and retrieve the current neighborhood instead of having an up-to-date neighborhood version stored locally.
…ency graph

fix: remove obsolete reactive engine loading
chore(engine): use explicit synchronisation instead of thread contexts
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.53%. Comparing base (1d86390) to head (d9182f4).

Additional details and impacted files
@@                   Coverage Diff                   @@
##             feat/reactive-engine    #5084   +/-   ##
=======================================================
  Coverage                   61.53%   61.53%           
  Complexity                     14       14           
=======================================================
  Files                           2        2           
  Lines                          78       78           
  Branches                        4        4           
=======================================================
  Hits                           48       48           
  Misses                         24       24           
  Partials                        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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