sojs-utility-url
v0.1.0
Published
The fastest url parser in the world.
Downloads
1
Readme
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