Skip to content

Instantly share code, notes, and snippets.

View silentmatt's full-sized avatar

Matthew Crumley silentmatt

View GitHub Profile
@silentmatt
silentmatt / index.html
Created September 7, 2017 19:16
Euclidean distance calculations (http://jsbench.github.io/#245e874d6525184b410369669c05795e) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Euclidean distance calculations</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>