Skip to content
  • Andrey Galkin's avatar
    Huge performance increase with burst execution feature. · 63231c41
    Andrey Galkin authored
    BREAKING CHANGE: burst execution feature (75-90% increase in speed)
    - previous assumptions for parallelism of AsyncSteps instances is not valid anymore
    - no determinism in event loop shortcut usage
    CHANGED: HUGE 97% optimization of loops
    CHANGED: other minor optimizations
    CHANGED: to cleanup state.last_exception on Promise rejection in await()
    63231c41