Skip to content

speed of == operator overload #347

@andrewarrow

Description

@andrewarrow

Hello, new to Cartography but I work at a company with a large iOS codebase and they have forked it and replaced == with ~==. Why? Because they found the speed increase in xcode a huge win. i.e. because xcode is doing extra stuff with the normal == (trying to apply normal rules to left and right side of the operator) it slows down a lot once you have > N lines of code.

I suspect many users of Cartography would never notice this speed issue unless their codebase is very large. But wondering if anyone else has seen this and if there is any plan move away from the == ?

Thanks!

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