Go_iter : Map(), generic Filter(), Reduce() for Go

I just published go_iter on GitHub :

Generic iterator tools for iterating over streams of data of arbitrary type and arbitrary length using Go.

Useful for:

  • processing large data files (NLP, etc).
  • Processing streams in a concurrent manner.
  • Similar to Rx for JS.
  • Doing functional programming in Go

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.