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 improved it further, it's now super simple, just dumping the initial and subsequent input items into a list and yielding tuple versions of it. PR in a moment.
The simplicity is my main objective, but it also turned out to be faster. Here are some test results with different numbers of iterables and iterable lengths. For example the first test uses three iterables of length 10:
I improved it further, it's now super simple, just dumping the initial and subsequent input items into a list and yielding tuple versions of it. PR in a moment.
The simplicity is my main objective, but it also turned out to be faster. Here are some test results with different numbers of iterables and iterable lengths. For example the first test uses three iterables of length 10:
Benchmark code
Attempt This Online!
The text was updated successfully, but these errors were encountered: