Skip to content

See if removing more uses of isNaN from jsexecute improves performance #282

@GarboMuffin

Description

@GarboMuffin

In testing #280 it was noticed that using isNaN is a lot slower than x !== x in Firefox. There's some other parts of jsexecute where isNaN shows up. Might be worth looking into if those can be optimized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceIdeas for improving performance

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions