golang-samber-lo
samber/cc-skills-golang
A Lodash-inspired, generics-first utility library providing 500+ type-safe functions for common data transformations in Go. It eliminates boilerplate code associated with manual loops, offering declarative methods like Map, Filter, Reduce, and GroupBy. The library supports core immutable operations (lo), concurrent variants (lop), mutable mutations (lom), and lazy iterators (loi), allowing developers to choose the optimal approach based on performance profiling and memory constraints. Ideal for implementing robust, type-safe data pipelines.