Skip to content

Query Data from the HTTP Archive and GitHub Archive #4

Open
@jridgewell

Description

@jridgewell
Underscore Function Count Percentage vs filter
_.filter 427,420
_.select 8,743 2%
_.reject 64,018 15%
_.partition 7,013 1.6%

Using the following query format:

SELECT
  COUNT(*)
FROM
  `httparchive.response_bodies.2019_10_01_desktop`
WHERE
  REGEXP_CONTAINS(body, r"_\.filter\(")

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