| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | perf: more combine speed-ups | Ned Batchelder | 2022-11-20 | 1 | -2/+3 |
| | | | | | | | | By avoiding writing metadata that differs but doesn't change the data, we get a higher hitrate on the hash-checking when combining. Use --debug=process to include these details for debugging. | ||||
| * | perf: hash data files during combining to avoid unneeded work. #1483 | Ned Batchelder | 2022-11-08 | 1 | -2/+1 |
| | | | | | | | | | | When generating many parallel data files, often some data files will be exact copies of each other. Checking the hashes, we can avoid combining the duplicates, speeding the process. On a coverage.py metacov, we had 651 duplicates out of 2189 files (29%). The time to combine was reduced by 17%. | ||||
| * | docs: minor tweaks to db docs | Ned Batchelder | 2022-09-29 | 1 | -2/+3 |
| | | |||||
| * | docs: ensure code blocks are highlighted properly | Ned Batchelder | 2022-08-21 | 1 | -3/+3 |
| | | |||||
| * | build: provide hints about how to fix cog-check quality failures. | Ned Batchelder | 2022-01-15 | 1 | -0/+4 |
| | | |||||
| * | build: use cog to maintain data copied into docs | Ned Batchelder | 2021-11-19 | 1 | -6/+16 |
| | | |||||
| * | docs: remove stale TODO | Ned Batchelder | 2021-10-18 | 1 | -3/+1 |
| | | |||||
| * | A little more in the db schema docs | Ned Batchelder | 2019-09-09 | 1 | -0/+12 |
| | | |||||
| * | Fix some sphinx mis-references | Ned Batchelder | 2019-08-11 | 1 | -6/+4 |
| | | |||||
| * | Document SQLite access to data. | Ned Batchelder | 2019-08-11 | 1 | -0/+105 |
