You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been exploring different reactivity systems lately and came across alien-signals, which caught my attention due to its impressive performance characteristics and algorithmic approach.
I'm curious about your thoughts on two main points:
1. Potential algorithmic benefits
Given that alien-signals has demonstrated performance improvements over other well-optimized reactivity systems, do you think MobX could benefit from incorporating similar algorithmic optimizations? Have you evaluated push-pull approaches compared to MobX's current implementation?
2. Implementation compatibility
The alien-signals library offers a createReactiveSystem() function that enables building custom APIs while leveraging its optimized core. Would it be theoretically possible (and worthwhile) to implement MobX's interface on top of alien-signals' algorithm to potentially gain performance benefits while maintaining API compatibility?
I'm curious about the technical feasibility and whether the MobX team has considered similar algorithmic approaches.
Thank you for taking the time to consider these questions! I appreciate all the work you've done on MobX and would love to hear your technical insights on this topic.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi MobX community! 👋
I've been exploring different reactivity systems lately and came across alien-signals, which caught my attention due to its impressive performance characteristics and algorithmic approach.
I'm curious about your thoughts on two main points:
1. Potential algorithmic benefits
Given that alien-signals has demonstrated performance improvements over other well-optimized reactivity systems, do you think MobX could benefit from incorporating similar algorithmic optimizations? Have you evaluated push-pull approaches compared to MobX's current implementation?
2. Implementation compatibility
The alien-signals library offers a
createReactiveSystem()
function that enables building custom APIs while leveraging its optimized core. Would it be theoretically possible (and worthwhile) to implement MobX's interface on top of alien-signals' algorithm to potentially gain performance benefits while maintaining API compatibility?I'm curious about the technical feasibility and whether the MobX team has considered similar algorithmic approaches.
Thank you for taking the time to consider these questions! I appreciate all the work you've done on MobX and would love to hear your technical insights on this topic.
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions