Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Refactor all async functions to Observables, especially memoized #271

Closed
@felixfbecker

Description

@felixfbecker

Promises always call back on the next event loop tick, even if the value is available sync. Inside an iteration this has a significant overhead if invoked thousand of times. Observables schedule callback execution sync by default if the value is sync.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions