Skip to content

Instantly share code, notes, and snippets.

View JobLeonard's full-sized avatar

Job van der Zwan JobLeonard

  • IxD/supporting programmer at Linnarsson Lab
  • Malmö
View GitHub Profile
@JobLeonard
JobLeonard / README.md
Created April 21, 2025 10:58
Compare two arrays of 10 equal elements
@JobLeonard
JobLeonard / README.md
Last active April 21, 2025 10:56
Compare two arrays of 100 different elements
@JobLeonard
JobLeonard / README.md
Last active April 21, 2025 10:53
Compare two arrays of 100 equal elements
@JobLeonard
JobLeonard / README.md
Last active April 21, 2025 10:50
Compare two arrays of 100 elements
@JobLeonard
JobLeonard / wasm opcodes.js
Created January 26, 2025 12:19
A tiny script to generate a dictionary/prefix tree to convert wasm opcode names to their bytecode sequences.
/**
* A look-up dictionary for WASM opcodes.
* Will return a (frozen) array with the
* bytecode sequence for a WASM opcode
* name.
*
* Can be accessed with property access
* or by using the whole opcode name as
* a key, e.g. both opcodes.global.get
* and opcodes["global.get"] return
@JobLeonard
JobLeonard / README.md
Last active January 22, 2025 20:27
Generator vs iterable "Duff's Device-based" coroutine, don't benchmark iterator creation

Generator vs iterable "Duff's Device-based" coroutine, don't benchmark iterator creation

view on jsbenchit

@JobLeonard
JobLeonard / README.md
Last active January 22, 2025 20:37
Generator vs iterable "Duff's Device-based" coroutine
@JobLeonard
JobLeonard / README.md
Last active December 16, 2024 14:25
Set.has vs Map.get
@JobLeonard
JobLeonard / README.md
Last active December 10, 2024 13:07
Firefox larger than 128px canvas
@JobLeonard
JobLeonard / README.md
Last active December 10, 2024 13:07
Firefox less than 128px canvas