@flatten/array
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -0,1 +1,7 @@ | ||
## 1.1.5 - 2018/07/15 | ||
1. update deps and packages performance is compared to | ||
2. remove node 9, add node 10 | ||
3. new performance run on node 10.6.0 with newest package versions | ||
## 1.1.4 - 2018/02/05 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@flatten/array", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Fastest array flatten.", | ||
@@ -20,7 +20,7 @@ "main": "lib/index.js", | ||
"test": "_mocha --require coffee-script/register --reporter spec --check-leaks test/lib/*.coffee", | ||
"test4": "nave use 4.8 npm test", | ||
"test6": "nave use 6.12 npm test", | ||
"test8": "nave use 8.9 npm test", | ||
"test9": "nave use 9.5 npm test", | ||
"test-all": "npm run test4 && npm run test6 && npm run test8 && npm run test9", | ||
"test4": "nave use 4.9 npm test", | ||
"test6": "nave use 6.14 npm test", | ||
"test8": "nave use 8.11 npm test", | ||
"test10": "nave use 10.6 npm test", | ||
"test-all": "npm run test4 && npm run test6 && npm run test8 && npm run test10", | ||
"coverage": "istanbul cover -x 'build/**' _mocha -- --require coffee-script/register -R spec test/lib/*.coffee", | ||
@@ -38,24 +38,24 @@ "publish-coverage": "npm run coverage && cat coverage/lcov.info | coveralls", | ||
"devDependencies": { | ||
"@optimal/fn": "^0.3.0", | ||
"@optimal/fn": "^0.3.1", | ||
"arr-flatten": "^1.1.0", | ||
"array-flatten": "^2.1.1", | ||
"array_flatten": "^1.0.0", | ||
"benchmarked": "^1.1.1", | ||
"chalk": "^2.3.0", | ||
"benchmarked": "^2.0.0", | ||
"chalk": "^2.4.1", | ||
"coffee-script": "^1.12.7", | ||
"comma-number": "^2.0.0", | ||
"compute-flatten": "^1.0.0", | ||
"coveralls": "^2.13.0", | ||
"eslint": "^3.19.0", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.1.0", | ||
"flatten": "^1.0.2", | ||
"flatten-array": "^1.0.0", | ||
"has-flag": "^2.0.0", | ||
"has-flag": "^3.0.0", | ||
"istanbul": "^0.4.5", | ||
"just-flatten-it": "^2.0.0", | ||
"mocha": "^5.0.0", | ||
"mocha": "^5.2.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nave": "^2.2.3", | ||
"npm-array-flatten": "^1.0.4", | ||
"pad": "^1.2.1", | ||
"reduce-flatten": "^1.0.1" | ||
"pad": "^2.1.0", | ||
"reduce-flatten": "^2.0.0" | ||
}, | ||
@@ -62,0 +62,0 @@ "dependencies": {}, |
# @flatten/array | ||
[![Build Status](https://travis-ci.org/elidoran/flatten-array.svg?branch=master)](https://travis-ci.org/elidoran/flatten-array) | ||
[![Dependency Status](https://gemnasium.com/elidoran/flatten-array.png)](https://gemnasium.com/elidoran/flatten-array) | ||
[![npm version](https://badge.fury.io/js/%40flatten%2Farray.svg)](http://badge.fury.io/js/%40flatten%2Farray) | ||
@@ -13,4 +12,2 @@ [![Coverage Status](https://coveralls.io/repos/github/elidoran/flatten-array/badge.svg?branch=master)](https://coveralls.io/github/elidoran/flatten-array?branch=master) | ||
View [many implementation variations](https://github.com/elidoran/array-flatten/tree/add-more/benchmark/code/flatten) and use it to run benchmarks. This package's implementation is named `inplace2.js` there. | ||
For this repo, run `npm run perf` to compare the performance of this implementation to: | ||
@@ -30,3 +27,5 @@ | ||
Note, on a Mac I use the `renice` command to give the performance testing process high priority before answering the "run?" prompt. | ||
## Install | ||
@@ -33,0 +32,0 @@ |
11027
107