Skip to content

Web browser compatibility #16

Open
@milesfrain

Description

@milesfrain

Looks like this only works in node.js environments due to a process.hrtime dependency.

exports.hrTime = process.hrtime;

It would be interesting to test outside of the V8 (Node) environment by running the same benchmarks with SpiderMonkey (Firefox).

It's been reported that SpiderMonkey handles PureScript more efficiently. Although this would also likely be testing whatever web bundler is being used too (unless we pick a very basic bundler like esbuild / snowpack).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions