Skip to content

Store image futures in display list instead of images #43

@brson

Description

@brson

At the moment, the display list builder requests images from the image decoder then stores them in the display list, causing all image decoding to be sequential. Instead, we should request the image, then store a future in the display list for the renderer to wait on later.

Need to rewrite core::future to be sendable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-content/imagesInteracting with images from web contentC-upstreamThe person attempting to resolve the issue requires further helpI-perf-slowUnnecessary performance degredation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions