Skip to content

Conversation

@orsinium
Copy link
Member

@orsinium orsinium commented Sep 24, 2023

The package iters (or iterators, I'm not 100% sure about the name yet) provides functions for lazy iteration. It's useful for piping a large amount of data. Like a channel but for when you don't need concurrency.

Inspired by Coroutines for Go blog post by Russ Cox. I don't think Go needs coroutines but I think it needs iterators like in Rust. This package provides it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants