PLAY PODCASTS
025: Iterators are coming to Go
Episode 25

025: Iterators are coming to Go

go podcast()

January 17, 202417m 10s

Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

Iterators are going to be useful to process large amount of data without having to load an entire slice or maps in memory but instead create iterators that can be used from a for item := range myIterators().

If you'd like to support this show and/or are interested in Go courses I have, here's a direct discount link specially for listeners of this show.

Topics

gogolangprogrammingcodedeveloper