I wrote a for loop so you don't have to. Parallel Map, Filter, Reduce library

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. FuncFrog

    Stream api (kind of) implementation for go, other useful functions and packages to use go in a functional way

    func GetIDs(...) ([]string, ...) { <...> users := GetUsers(...) return ff.Map(users, domain.UserGetID).Do(), ... } ``` Now it's that easy! Furthermore you may like to write gogenerate function to generate such methods for each domain struct. Also there are more cool features, minimal-lock parallelism, error handling etc. in the libtaty https://github.com/koss-null/FuncFrog Cheers!

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. lo

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

  4. FuncFrog

    Stream api (kind of) implementation for go, other useful functions and packages to use go in a functional way (by mattayes)

    Yeah, standard implementation meant using a vanilla for loop. I created a benchmark matching the example given above, here were my results:

  5. go

    The Go programming language

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

  • Go 1.22 Release Notes

    5 projects | news.ycombinator.com | 6 Feb 2024
  • Future language enhancements to go

    6 projects | /r/golang | 13 May 2023
  • Min/Max for integers?

    5 projects | /r/golang | 5 Apr 2023
  • Slice methods in golang

    4 projects | /r/golang | 1 Mar 2023
  • x/exp/maps approved to be added to stdlib in Go 1.21

    2 projects | /r/golang | 1 Feb 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?