deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

feat(collections/unstable): support `Iterable` argument in `slidingWindows`

Open Liam-Tait opened this issue 4 months ago • 1 comments

Support Iterable for slidingWindows

While working here I have made the errors a bit more granular.

With light benchmarking I have also made the array use case around ~2x faster (on my machine).

  • [x] Remove the benchmark before merging (causing lint error as it is not exported)

#5470

Liam-Tait avatar Oct 07 '24 12:10 Liam-Tait