Skip to content

Selectors: benchmarks phf vs. binary search for case insensitive attribute lookup #393

Description

@nicoburns

https://bugzilla.mozilla.org/show_bug.cgi?id=2042048 introduces a new slower-but-lighterweight code path for detecting case insensitive attributes and gates the existing phf-based implementation behind an on-by-default feature flag.

We should benchmark the new binary_search-based method against the phf method to see if we can remove the PHF-based lookup entirely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions