Skip to content

Rasterization is slow #1

@jpreiss

Description

@jpreiss

It takes several seconds to rasterize a ~100-slide deck. There is probably some low-hanging performance optimization fruit still:

  • Rasterization happens in a background thread, but only one thread
  • Rasterization starts over from files every time

It is tempting to display the first slide before they are all done rasterizing, but this would introduce the possibility of navigating to a slide that is not ready to show yet, which is the whole thing we're trying to avoid (vs. Preview).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions