Browse the latest JavaScript performance benchmarks created by the community.
<script src='https://cdn.jsdelivr.net/npm/lodash@4.17.10/lodash.min.js'></script>
No description provided
No description provided
No description provided
No description provided
No description provided
Test on isEqual performance
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
Unique Instance Test
No description provided
Member Access Object vs Map(string key) vs Map(object key)
Test on isEqual performance
No description provided
This tests the performance difference between unpacking a simple numeric array into variables before formatting them as a string versus directly passing the array items to the format string.
javascript includes vs indexOf222
No description provided