jucardi / go-streams

Stream Collections for Go. Inspired in Java 8 Streams and .NET Linq
MIT License
308 stars 23 forks source link

introduce a stream standard in go? #11

Open BigB84 opened 1 year ago

BigB84 commented 1 year ago

Do you think it would make sense to open discussion on golang/go if streams should become standard like in Java 8+?

If Combined with IO file doesn't need to be read entirely to memory. This would for instance help fix #10

jucardi commented 1 year ago

Hi @BigB84 . I definitely would love a library like this one in the Golang Framework, I'd have to investigate what the process is to add a feature to the Golang codebase

maestre3d commented 10 months ago

Both, Go's contributors and community, will most probably say it is not idiomatic.