Skip to content

Instantly share code, notes, and snippets.

View nikolayemrikh's full-sized avatar

Nikolay Emrikh nikolayemrikh

View GitHub Profile
@nikolayemrikh
nikolayemrikh / index.html
Last active October 19, 2021 13:57 — forked from karelskopek/index.html
Map/filter vs. reduce #jsbench #jsperf (https://jsbench.github.io/#ce766dceea03e522cc2d72ba25c63ab7) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Map/filter vs. reduce #jsbench #jsperf</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>