underscore/bench_flatmap_after.txt
Ruidy d6f1e1cff5
feat: add Tap, Transpose, Unzip, ParallelReduce, and Replicate
- Add Tap: for side effects/debugging in pipelines
- Add Transpose: flip matrix rows and columns
- Add Unzip: split tuple slice into two slices
- Add ParallelReduce: parallel reduction (experimental)
- Add Replicate: create n copies of a value

Comprehensive tests included for all functions.

Resolves Issues 21, 22, 23, 24, 25

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-14 14:55:43 +01:00

7 lines
210 B
Text

goos: darwin
goarch: arm64
pkg: github.com/rjNemo/underscore
cpu: Apple M1 Max
BenchmarkFlatmap-10 2003317 616.7 ns/op 4992 B/op 2 allocs/op
PASS
ok github.com/rjNemo/underscore 1.850s