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
Even this early in the process, with a few simple test cases I have discovered significant performance issues due to the soft fiber implementation we are currently using.
The reason for the soft fiber implementation is because IronRuby, for whatever reason, does not currently support Fiber natively.
However, there is hope for this issue. I raised an issue on the IronRuby repository which has been met with a promising response (see: IronLanguages/ironruby#9).
If Fiber gains native support in IronRuby, our dependency should be updated right away. If not, we need to look for other enhancements, as the RGSS3 interpreter is fairly Fiber-heavy and causes significant slowdown using the current implementation.
The text was updated successfully, but these errors were encountered:
Even this early in the process, with a few simple test cases I have discovered significant performance issues due to the soft fiber implementation we are currently using.
The reason for the soft fiber implementation is because IronRuby, for whatever reason, does not currently support Fiber natively.
However, there is hope for this issue. I raised an issue on the IronRuby repository which has been met with a promising response (see: IronLanguages/ironruby#9).
If Fiber gains native support in IronRuby, our dependency should be updated right away. If not, we need to look for other enhancements, as the RGSS3 interpreter is fairly Fiber-heavy and causes significant slowdown using the current implementation.
The text was updated successfully, but these errors were encountered: