Skip to content

Instantly share code, notes, and snippets.

View ole-magnus's full-sized avatar

ole-magnus aker ole-magnus

View GitHub Profile
import { add, complete, cycle, suite } from 'benny';
import { chainFrom } from 'transducist';
const arr = Array.from(Array(10000).keys());
suite(
'Pipelines',
add('array API', () => {
arr