Skip to content

Instantly share code, notes, and snippets.

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