[Pkg-javascript-commits] [node-array-unique] branch upstream updated (9572b71 -> 77a6ca3)
Julien Puydt
julien.puydt at laposte.net
Fri Nov 24 23:04:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch upstream
in repository node-array-unique.
from 9572b71 Imported Upstream version 0.2.1
new 77a6ca3 New upstream version 0.3.2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.editorconfig | 13 ++++
.eslintrc.json | 122 ++++++++++++++++++++++++++++++
.gitattributes | 10 +++
.gitignore | 11 +++
.travis.yml | 10 +++
.verb.md | 16 ++++
LICENSE | 2 +-
README.md | 82 +++++++++++++-------
benchmark/code/filter.js | 12 +++
benchmark/code/for-in.js | 17 +++++
benchmark/code/linear-search-01.js | 19 +++++
benchmark/code/set-immutable.js | 3 +
benchmark/code/set.js | 3 +
benchmark/code/while-hash.js | 16 ++++
benchmark/code/while.js | 14 ++++
benchmark/fixtures/long.js | 2 +
benchmark/fixtures/med.js | 2 +
benchmark/fixtures/short.js | 2 +
benchmark/index.js | 10 +++
benchmark/randomize.js | 28 +++++++
index.js | 15 ++++
package.json | 59 ++++++++++-----
test.js | 151 +++++++++++++++++++++++++++++++++++++
23 files changed, 573 insertions(+), 46 deletions(-)
create mode 100644 .editorconfig
create mode 100644 .eslintrc.json
create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 .verb.md
mode change 100755 => 100644 LICENSE
mode change 100755 => 100644 README.md
create mode 100644 benchmark/code/filter.js
create mode 100644 benchmark/code/for-in.js
create mode 100644 benchmark/code/linear-search-01.js
create mode 100644 benchmark/code/set-immutable.js
create mode 100644 benchmark/code/set.js
create mode 100644 benchmark/code/while-hash.js
create mode 100644 benchmark/code/while.js
create mode 100644 benchmark/fixtures/long.js
create mode 100644 benchmark/fixtures/med.js
create mode 100644 benchmark/fixtures/short.js
create mode 100644 benchmark/index.js
create mode 100644 benchmark/randomize.js
mode change 100755 => 100644 index.js
mode change 100755 => 100644 package.json
create mode 100644 test.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-array-unique.git
More information about the Pkg-javascript-commits
mailing list