Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved numbits operations | Ned Batchelder | 2019-08-11 | 1 | -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 Batchelder | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Add num_in_numbits | Ned Batchelder | 2019-08-01 | 1 | -2/+10 |
| | |||||
* | Add numbits_any_intersection | Ned Batchelder | 2019-07-31 | 1 | -0/+6 |
| | |||||
* | Refactor numbits into their own files | Ned Batchelder | 2019-07-31 | 1 | -0/+42 |