Skip to content

Instantly share code, notes, and snippets.

View seeden's full-sized avatar
🎯
Focusing

Zlatko Fedor seeden

🎯
Focusing
  • Worldwide
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>SUM for VS reduce</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>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>SUM for VS reduce</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>
@seeden
seeden / index.html
Created March 9, 2017 10:50
string primitive VS string object (http://jsbench.github.io/#c6e951615b46fda81c0c5789c9a0ff6d) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>string primitive VS string object</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>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>charAt VS index</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>
@seeden
seeden / index.html
Created February 23, 2017 10:42
ES6 Math.max VS ES5 Math.max (http://jsbench.github.io/#429bca75f0c70014e551105ac0d484f5) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>ES6 Math.max VS ES5 Math.max</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>
@seeden
seeden / index.html
Created February 19, 2017 21:38
ES6 template VS concat (http://jsbench.github.io/#1898ad907520ec7ea4fa02f34edbcb05) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>ES6 template VS concat</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>
@seeden
seeden / index.html
Last active February 10, 2017 15:33
jQuery vs Native without jquery loader (http://jsbench.github.io/#156a9b41962a78e1d11613fb8fe481b1) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>jQuery vs Native without jquery loader</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>
@seeden
seeden / index.html
Last active January 23, 2017 15:46
ES6 Computed property name VS Property assign (http://jsbench.github.io/#e4ff1bb3384773af63211474a171dd3a) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>ES6 Computed property name VS Property assign</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>
@seeden
seeden / index.html
Created January 22, 2017 13:19
Object Spread Operator VS Object.assign (http://jsbench.github.io/#b97be8f3e8a92f374cc3416ea2fac2b7) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Object Spread Operator VS Object.assign</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>
@seeden
seeden / index.html
Created January 20, 2017 14:14
ES6 array spread VS Array.concat (http://jsbench.github.io/#c2db1fa1c198d8731e3a4b4ef2ed96d3) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>ES6 array spread VS Array.concat</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>