Skip to content

toml_edit is pretty slow to compile #327

@ordian

Description

@ordian

toml_edit is pretty slow to compile, one of the slowest dependencies of cargo. My suspicion is the number of macros for combine is the core problem (due to the extra parsing steps the compiler has to do). I want to explore using nom once some ergonomic improvements are made since it doesn't use macros.

Originally posted by @epage in #323 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-parseArea: Parsing TOMLC-enhancementCategory: Raise on the bar on expectations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions