krofdrakula
Setting up complex values for `Deno.bench` function runs
i posted an issue on GH to describe it, let's see what the devs have to say. https://github.com/denoland/deno/issues/17589
9 replies
Setting up complex values for `Deno.bench` function runs
actually... thinking about it now, the problem with that example is that the closure is only created once while the returned function runs many times, essentially having the same problem as an array outside the
bench()
scope9 replies