๐Ÿ“ฆ rogpeppe / ioseq

efficient iterator-oriented IO for Go

โ˜… 8 stars โ‘‚ 0 forks ๐Ÿ‘ 8 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/rogpeppe/ioseq.git
HTTPS git clone https://github.com/rogpeppe/ioseq.git
SSH git clone git@github.com:rogpeppe/ioseq.git
CLI gh repo clone rogpeppe/ioseq
Roger Peppe Roger Peppe adjust PipeThrough comments a06b97c 9 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ bench_test.go
๐Ÿ“„ example_test.go
๐Ÿ“„ go.mod
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ seq_test.go
๐Ÿ“„ seq.go
๐Ÿ“„ README.md

Proof-of-concept implementation of io.Seq

This module holds experimental code implementing the functions described in this Go proposal.

See the package documentation for API details.