Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-03-29 06:00:58 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-03-29 06:00:58 +0300
commit1973007f7fa336774d20d7a0578894832c25d00b (patch)
tree9ec3c25be3099f27c5923c445709f87b7fe91f69 /package.json
parentb6ac41ae3b55153ad8faedfee53c421ae2a75d53 (diff)
Replace expensive arr.splice() with unordered-array-remove in hot code
For https://github.com/feross/webtorrent-desktop/issues/256
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9741956..ea02aad 100644
--- a/package.json
+++ b/package.json
@@ -64,6 +64,7 @@
"torrent-discovery": "^7.0.0",
"torrent-piece": "^1.0.0",
"uniq": "^1.0.1",
+ "unordered-array-remove": "feross/unordered-array-remove",
"ut_metadata": "^3.0.2",
"ut_pex": "^1.0.1",
"xtend": "^4.0.0",