Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | try to zero index pairs | Martin Czygan | 2021-07-01 | 1 | -4/+4 | |
| | ||||||
* | explicit var names | Martin Czygan | 2021-07-01 | 1 | -2/+2 | |
| | ||||||
* | update docs | Martin Czygan | 2021-07-01 | 1 | -0/+3 | |
| | ||||||
* | v0.1.36 | Martin Czygan | 2021-07-01 | 1 | -1/+1 | |
| | ||||||
* | more effecient deduplicateBrefs | Martin Czygan | 2021-07-01 | 2 | -7/+8 | |
| | ||||||
* | zippy: add tests | Martin Czygan | 2021-07-01 | 2 | -3/+72 | |
| | ||||||
* | zippy: update test | Martin Czygan | 2021-07-01 | 1 | -0/+20 | |
| | ||||||
* | zippy: add test | Martin Czygan | 2021-06-30 | 2 | -25/+36 | |
| | ||||||
* | notes: add some numbers | Martin Czygan | 2021-06-28 | 1 | -4/+4 | |
| | ||||||
* | docs: add stats | Martin Czygan | 2021-06-25 | 1 | -0/+33 | |
| | ||||||
* | cdx tweaks | Martin Czygan | 2021-06-25 | 2 | -11/+37 | |
| | ||||||
* | update notes | Martin Czygan | 2021-06-24 | 1 | -7/+7 | |
| | ||||||
* | update notes | Martin Czygan | 2021-06-22 | 1 | -0/+9 | |
| | ||||||
* | add test case | Martin Czygan | 2021-06-21 | 3 | -2/+39 | |
| | ||||||
* | add fallback self-link removal | Martin Czygan | 2021-06-21 | 1 | -0/+13 | |
| | | | | This should be handled at e.g. doi matching time. | |||||
* | update script, notes | Martin Czygan | 2021-06-21 | 3 | -9/+29 | |
| | ||||||
* | update pig docs | Martin Czygan | 2021-06-21 | 2 | -8/+30 | |
| | ||||||
* | setup: os preparations | Martin Czygan | 2021-06-21 | 1 | -2/+2 | |
| | ||||||
* | update docs | Martin Czygan | 2021-06-21 | 1 | -0/+11 | |
| | ||||||
* | url: add test | Martin Czygan | 2021-06-19 | 1 | -0/+21 | |
| | ||||||
* | url: remove unused pattern | Martin Czygan | 2021-06-19 | 1 | -1/+0 | |
| | ||||||
* | zippy: add test | Martin Czygan | 2021-06-19 | 3 | -5/+25 | |
| | ||||||
* | zippy: add deduplicateBrefs | Martin Czygan | 2021-06-15 | 1 | -4/+35 | |
| | ||||||
* | zippy: todo | Martin Czygan | 2021-06-15 | 1 | -0/+5 | |
| | ||||||
* | notes: duplicates | Martin Czygan | 2021-06-15 | 1 | -0/+54 | |
| | ||||||
* | zippy: on-the-fly _id, and indexed ts addition | Martin Czygan | 2021-06-15 | 2 | -5/+25 | |
| | ||||||
* | rename: duplicates are from matched refs | Martin Czygan | 2021-06-15 | 1 | -6/+6 | |
| | ||||||
* | zippy: unique link id for different link types | Martin Czygan | 2021-06-15 | 3 | -8/+78 | |
| | ||||||
* | tasks: compress output | Martin Czygan | 2021-06-15 | 1 | -1/+1 | |
| |