JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3175013
  • Score
    100M100P100Q197937F
  • License MIT

Extremely fast implementation of node core url library

Package Exports

  • fast-url-parser

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fast-url-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Petka Antonov@PETKAANTONOV-PC ~/urlparser (master)
$ node ./benchmark/urlparser.js
misc/url.js parse(): 402045.67
misc/url.js format(): 253946.82
misc/url.js resolve("../foo/bar?baz=boom"): 56701.419
misc/url.js resolve("foo/bar"): 80059.500
misc/url.js resolve("http://nodejs.org"): 118566.13
misc/url.js resolve("./foo/bar?baz"): 62778.648

Petka Antonov@PETKAANTONOV-PC ~/urlparser (master)
$ node ./benchmark/nodecore.js
misc/url.js parse(): 16459
misc/url.js format(): 15978
misc/url.js resolve("../foo/bar?baz=boom"): 6837.7
misc/url.js resolve("foo/bar"): 7038.6
misc/url.js resolve("http://nodejs.org"): 6491.1
misc/url.js resolve("./foo/bar?baz"): 6968.4