Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | util: cleanup encoder | Martin Czygan | 2021-07-06 | 1 | -19/+0 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | batcher: do not pass struct fields | Martin Czygan | 2021-07-05 | 1 | -4/+4 | |
| | | ||||||
| * | 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 | 2 | -1/+20 | |
| | | ||||||
| * | v0.1.37 | 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 | |
| | | ||||||
| * | add thread safe writer | Martin Czygan | 2021-07-05 | 1 | -0/+20 | |
| | | ||||||
| * | use canonical variable names | Martin Czygan | 2021-07-05 | 1 | -11/+11 | |
| | | ||||||
| * | reduce: reduce allocations | Martin Czygan | 2021-07-05 | 1 | -5/+24 | |
| | | ||||||
| * | use most sensible file name | Martin Czygan | 2021-07-05 | 2 | -0/+0 | |
| | | | | | | | | * we have map, so we should have reduce | |||||
* | | tasks: get rid of compress program for now | Martin Czygan | 2021-07-05 | 1 | -21/+21 | |
|/ | | | | | | | * we'd need the -T0 flag, something we cannot pass directly to --compress-program * unexpectedly, as is, this did not yield the usual cpu/io performance benefits | |||||
* | update docs | Martin Czygan | 2021-07-04 | 1 | -1/+8 | |
| | ||||||
* | zipkey: add batch test | Martin Czygan | 2021-07-04 | 2 | -3/+64 | |
| | ||||||
* | Merge branch 'master' of git.archive.org:martin/cgraph | Martin Czygan | 2021-07-04 | 2 | -0/+101 | |
|\ | | | | | | | | | * 'master' of git.archive.org:martin/cgraph: wip: batch reducers | |||||
| * | wip: batch reducers | Martin Czygan | 2021-07-04 | 2 | -0/+101 | |
| | | ||||||
* | | set: no extra slice required | Martin Czygan | 2021-07-03 | 1 | -3/+3 | |
| | | ||||||
* | | refcat: remove unused code | Martin Czygan | 2021-07-03 | 2 | -288/+0 | |
|/ | ||||||
* | update docs | Martin Czygan | 2021-07-03 | 2 | -23/+44 | |
| | ||||||
* | remove obsolete file | Martin Czygan | 2021-07-03 | 1 | -21/+0 | |
| | ||||||
* | refcat v0.1.3 | Martin Czygan | 2021-07-03 | 1 | -1/+1 | |
| | ||||||
* | tasks: compress tmp files | Martin Czygan | 2021-07-03 | 1 | -21/+21 | |
| | ||||||
* | update on data issues | Martin Czygan | 2021-07-03 | 1 | -0/+8 | |
| | ||||||
* | cleanup obsolete dir | Martin Czygan | 2021-07-03 | 1 | -3/+0 | |
| | ||||||
* | update OL README | Martin Czygan | 2021-07-03 | 1 | -2/+5 | |
| | ||||||
* | cleanup link lookup files | Martin Czygan | 2021-07-03 | 3 | -5367/+0 | |
| | ||||||
* | update README | Martin Czygan | 2021-07-03 | 1 | -2/+4 | |
| | ||||||
* | update notes on dot | Martin Czygan | 2021-07-03 | 3 | -61/+80 | |
| | ||||||
* | update extra README | Martin Czygan | 2021-07-03 | 1 | -3/+27 | |
| | ||||||
* | parallel is set to min(num cpus, 8) by default | Martin Czygan | 2021-07-03 | 1 | -21/+21 | |
| | | | | | | | | | > Set the number of sorts run in parallel to n. By default, n is set to the number of available processors, but limited to 8, as there are diminishing performance gains after that. Note also that using n threads increases the memory usage by a factor of log n. http://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html | |||||
* | reduce allocations during bref encoding | Martin Czygan | 2021-07-03 | 2 | -5/+48 | |
| | ||||||
* | Merge branch 'bnewbold-readme' into 'master' | Martin Czygan | 2021-07-02 | 2 | -67/+82 | |
|\ | | | | | | | | | updates to README for public sharing See merge request martin/cgraph!2 | |||||
| * | updates to README for public sharing | Bryan Newbold | 2021-07-01 | 2 | -67/+82 | |
| | | ||||||
* | | update ignores | Martin Czygan | 2021-07-02 | 1 | -0/+1 | |
|/ | ||||||
* | wip: shorter ol names | Martin Czygan | 2021-07-01 | 1 | -0/+14 | |
| | ||||||
* | deployment to 3.8; adjust local packaging | Martin Czygan | 2021-07-01 | 1 | -2/+2 | |
| | | | | | local and remote python versions need to match (up to minor version) for shiv to work | |||||
* | cleanup subdir license | Martin Czygan | 2021-07-01 | 1 | -21/+0 | |
| | ||||||
* | add license | Martin Czygan | 2021-07-01 | 1 | -0/+21 | |
| | ||||||
* | switch to 2021-07-01 version | Martin Czygan | 2021-07-01 | 1 | -2/+2 | |
| | ||||||
* | add zippy test and test data | Martin Czygan | 2021-07-01 | 11 | -0/+21142 | |
| | ||||||
* | remove obsolete testdata | Martin Czygan | 2021-07-01 | 9 | -35/+0 | |
| | ||||||
* | update test docs | Martin Czygan | 2021-07-01 | 1 | -1/+1 | |
| | ||||||
* | sync testdata from fuzzycat | Martin Czygan | 2021-07-01 | 6 | -0/+1422 | |
| | ||||||
* | testdata: makefile tweak | Martin Czygan | 2021-07-01 | 1 | -0/+3 | |
| | ||||||
* | tweak fetch.sh | Martin Czygan | 2021-07-01 | 1 | -2/+2 | |
| | ||||||
* | tweak naming and docs | Martin Czygan | 2021-07-01 | 1 | -26/+27 | |
| |