summaryrefslogtreecommitdiff
path: root/coverage/numbits.py
Commit message (Collapse)AuthorAgeFilesLines
* Improved numbits operationsNed Batchelder2019-08-111-19/+125
| | | | | | | | | * Better names (merge -> union) * More ops (intersection) * Can be registered for SQLite use * Numbits can be empty Also, line_map is a dumb table name. line_bits is marginally better.
* Fix a bug in num_in_numbits.Ned Batchelder2019-08-011-1/+1
|
* Add num_in_numbitsNed Batchelder2019-08-011-2/+10
|
* Add numbits_any_intersectionNed Batchelder2019-07-311-0/+6
|
* Refactor numbits into their own filesNed Batchelder2019-07-311-0/+42