Skip to content

Performance: low hanging fruit #188

@epage

Description

@epage

Whenever we parse, we have to filters.clone(). This could be sped up by putting Parser::filters into an Arc.

Then whenever we render, we can pass the Arc in rather than doing another filters.clone().

Other efforts

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions