Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce: set default batch size | Martin Czygan | 2021-07-08 | 1 | -6/+8 |
| | |||||
* | simplify imports | Martin Czygan | 2021-07-08 | 1 | -1/+1 |
| | |||||
* | reduce: separate batch calls | Martin Czygan | 2021-07-08 | 1 | -18/+18 |
| | |||||
* | reduce: remove log line | Martin Czygan | 2021-07-06 | 1 | -1/+0 |
| | |||||
* | reduce: move to threaded versions | Martin Czygan | 2021-07-06 | 1 | -25/+30 |
| | |||||
* | add resource usage note | Martin Czygan | 2021-07-06 | 1 | -1/+1 |
| | |||||
* | wip: improve reduce performance | Martin Czygan | 2021-07-06 | 1 | -50/+8 |
| | |||||
* | wip: debug with stdlib json | Martin Czygan | 2021-07-05 | 1 | -1/+3 |
| | |||||
* | we need a safe encoder, not just a safe writer | Martin Czygan | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | reduce: hard-code batch size for testing | Martin Czygan | 2021-07-05 | 1 | -0/+1 |
| | |||||
* | test-run: batch reduce processing for performance | Martin Czygan | 2021-07-05 | 1 | -4/+6 |
| | |||||
* | reduce: reduce allocations | Martin Czygan | 2021-07-05 | 1 | -5/+24 |
| | |||||
* | use most sensible file name | Martin Czygan | 2021-07-05 | 1 | -0/+599 |
* we have map, so we should have reduce |