SAM: An experimental Go library for lazy and generic iterators.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • go-funk

    A modern Go utility library which provides helpers (map, find, contains, filter, ...)

    I did a very quick search but couldn't find anything similar. go-funk uses interface{} and reflection (pre-generics era and slow) while lo is primarily eager evaluated (no lazy iterators) as far as I can tell.

  • lo

    💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)

    I did a very quick search but couldn't find anything similar. go-funk uses interface{} and reflection (pre-generics era and slow) while lo is primarily eager evaluated (no lazy iterators) as far as I can tell.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • sam

    An experimental Go library for lazy and generic iterators. (by eliaperantoni)

    Here's a link to the repo: https://github.com/eliaperantoni/sam

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts