0.1.0 • Published 6 years ago

sojs-utility-url v0.1.0

Weekly downloads
4
License
BSD-2-Clause
Repository
github
Last release
6 years ago

sojs.utility.url

=================================== The fastest url parser in the world.

Benchmark: node-url: 74,404 ops/sec ±3.07% (76 runs sampled) sojs-utility-url: 534,134 ops/sec ±4.31% (76 runs sampled) url-parse: 114,962 ops/sec ±4.59% (73 runs sampled)


Install

npm install sojs-utility-url

Use

require('sojs');
require('sojs-utility-url');

var url = sojs.using('sojs.utility.url');
url.parse('http://www.develop.cc/index.html');

Develop

install fro develop

npm install

Unit Test

node .\tool\unit.js

Benchmark

node .\tool\benchmark.js

Coverage

node .\tool\coverage.js
0.1.0

6 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago