Skip to content

Instantly share code, notes, and snippets.

View iMarv's full-sized avatar
🐛
Adding bugs to fix later

Marvin Altemeier iMarv

🐛
Adding bugs to fix later
View GitHub Profile
import { bench, runBenchmarks } from "https://deno.land/std/testing/bench.ts";
bench({
name: "normalArray",
runs: 10000,
func(b): void {
const values = [];
for (let x = 0; x < 100; x++) {
for (let y = 0; y < 100; y++) {
values.push({ a: 1, b: 2 });

Keybase proof

I hereby claim:

  • I am iMarv on github.
  • I am marv (https://keybase.io/marv) on keybase.
  • I have a public key whose fingerprint is B427 F325 25D9 075A C33A 5C3D E269 542A 710F 9E04

To claim this, I am signing this object: