You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm considering porting Perl 5's Benchmark completely, which would mean a slightly different API.
I see two ways of doing this
take this repo and add all functionality needed, returning a Map with a method sink mixed-in that would say the output. So that it would match Perl 5's use of e.g. timethese in void context.
start a new repo and work from scratch.
Opinions?
The text was updated successfully, but these errors were encountered:
I'm considering porting Perl 5's
Benchmark
completely, which would mean a slightly different API.I see two ways of doing this
Map
with amethod sink
mixed-in that wouldsay
the output. So that it would match Perl 5's use of e.g.timethese
in void context.Opinions?
The text was updated successfully, but these errors were encountered: