-
ES6 sure is fun. This morning I made an array diff that runs at O(n) instead of O(n²) npmjs.com/package/array-difference-linear
-
…in reply to @jefflembeck
Shout out to jo_liss for pointing out that the linear claim is implementation dependent - ecma-international.org/ecma-262/6.0/#sec-set-objects
