mirror of
https://github.com/rjNemo/underscore
synced 2026-06-08 11:36:42 +00:00
- 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>
7 lines
210 B
Text
7 lines
210 B
Text
goos: darwin
|
|
goarch: arm64
|
|
pkg: github.com/rjNemo/underscore
|
|
cpu: Apple M1 Max
|
|
BenchmarkFlatmap-10 1380392 907.4 ns/op 6120 B/op 8 allocs/op
|
|
PASS
|
|
ok github.com/rjNemo/underscore 2.142s
|