| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expanded query interface | Douglas Rumbaugh | 2023-07-27 | 1 | -3/+3 |
| | | | | | | Query interface now enables skipping of delete processing and stopping query processing when first match is found. | ||||
| * | Added the parameter argument to query merge routine | Douglas Rumbaugh | 2023-07-17 | 1 | -1/+1 |
| | | | | | | This is necessary for KNN, but it unused for all currently implemented query types. | ||||
| * | Fixed query errors | Douglas Rumbaugh | 2023-07-03 | 1 | -7/+48 |
| | | |||||
| * | PGM Tests: added proper testing for query merging | Douglas Rumbaugh | 2023-07-03 | 1 | -1/+45 |
| | | |||||
| * | Interface adjustments | Douglas Rumbaugh | 2023-06-07 | 1 | -1/+1 |
| | | | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor. | ||||
| * | Added TrieSpline and PGM Range queries + tests and bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+59 |
| | | |||||
| * | PGM-based shard | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+217 |