Benchmarks tagged "set"
Mitt handers: array vs. set
Mitt Array implementation taken from: https://github.com/developit/mitt/blob/e77a42cdeca3f4c484f82a3...
By: simeonSet vs Array: all iteration techniques
Compare iteration over Sets and Arrays, using for, for..of, forEach(), and the iterator protocol.
By: developit