Hacker News new | ask | show | jobs
by jszymborski 754 days ago
I've implemented the "chunked" iterator a million times. Glad to see I can just import this next time.
1 comments

Since python 3.12, builtin itertools now includes a batched method https://docs.python.org/3/library/itertools.html#itertools.b...
Even better! Thanks :)