fast-shuffle

A fast implementation of a fisher-yates shuffle that does not mutate the source array.

safe-push-apply

Push an array of items into an array, while being robust against prototype modification

fast-array-diff

Implementation of paper 'An O(ND) Difference Algorithm and Its Variations' on array