| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleaned up shard files (except VPTree) | Douglas Rumbaugh | 2024-02-07 | 1 | -5/+3 |
| | | | | | | | Cleaned up shard implementations, fixed a few bugs, and set up some tests. There's still some work to be done in creating tests for the weighted sampling operations for the alias and aug btree shards. | ||||
| * | Initial pass at unit test refactoring | Douglas Rumbaugh | 2024-01-12 | 1 | -341/+7 |
| | | | | | | | Restructured unit tests to be a bit more modular. I have some further plans to expand on this, particular for the query tests (including both shard and framework level test functions that can be injected at will). | ||||
| * | Ported ISAMTree over to new buffer setup | Douglas Rumbaugh | 2024-01-11 | 1 | -58/+65 |
| | | | | | | I may still play with the shard from shards constructor, and queries need some work yet too. | ||||
| * | Comment and License updates | Douglas Rumbaugh | 2023-11-07 | 1 | -1/+1 |
| | | |||||
| * | Refactoring progress | Douglas Rumbaugh | 2023-11-06 | 1 | -34/+35 |
| | | |||||
| * | 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/+1 |
| | | |||||
| * | MemISAM tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -130/+290 |
| | | |||||
| * | Removed unncessary tagging paramter from shards and levels | Douglas Rumbaugh | 2023-05-17 | 1 | -10/+10 |
| | | |||||
| * | Record format generalization | Douglas Rumbaugh | 2023-05-15 | 1 | -20/+21 |
| | | | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working. | ||||
| * | Ported over IRS with unit tests | Douglas Rumbaugh | 2023-05-09 | 1 | -0/+227 |