aboutsummaryrefslogtreecommitdiffstats
path: root/skate/reduce.go
Commit message (Collapse)AuthorAgeFilesLines
...
* wip: debug with stdlib jsonMartin Czygan2021-07-051-1/+3
|
* we need a safe encoder, not just a safe writerMartin Czygan2021-07-051-1/+1
|
* reduce: hard-code batch size for testingMartin Czygan2021-07-051-0/+1
|
* test-run: batch reduce processing for performanceMartin Czygan2021-07-051-4/+6
|
* reduce: reduce allocationsMartin Czygan2021-07-051-5/+24
|
* use most sensible file nameMartin Czygan2021-07-051-0/+599
* we have map, so we should have reduce