| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring progress | Douglas Rumbaugh | 2023-11-06 | 1 | -390/+0 |
| | | |||||
| * | 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. | ||||
| * | Adjusted tests to account for new sampling interface | Douglas B. Rumbaugh | 2023-06-09 | 1 | -0/+5 |
| | | |||||
| * | 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. | ||||
| * | Test refactoring: pulled record stripping function to testing.h | Douglas Rumbaugh | 2023-06-05 | 1 | -11/+0 |
| | | |||||
| * | Added point-lookup tests for WIRS and WSS | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+50 |
| | | |||||
| * | WSS tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+346 |