| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | BTree-based baselines for IRS and Range queries | Douglas Rumbaugh | 2023-07-23 | 1 | -0/+10 |
| | | |||||
| * | Benchmarking updates | Douglas Rumbaugh | 2023-07-23 | 1 | -0/+10 |
| | | |||||
| * | Initial commit of VPTree-related code | Douglas Rumbaugh | 2023-07-13 | 1 | -0/+4 |
| | | | | | | | Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine. | ||||
| * | PGMRQ benchmark | Douglas Rumbaugh | 2023-06-26 | 1 | -1/+5 |
| | | |||||
| * | Triespline Range Query benchmark | Douglas Rumbaugh | 2023-06-13 | 1 | -0/+4 |
| | | |||||
| * | Benchmark refactoring/cleanup | Douglas Rumbaugh | 2023-06-13 | 1 | -4/+4 |
| | | |||||
| * | Benchmark refactoring | Douglas Rumbaugh | 2023-06-13 | 1 | -2/+3 |
| | | |||||
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 1 | -1/+1 |
| | | |||||
| * | Build changes and interface cleanup | Douglas B. Rumbaugh | 2023-06-09 | 1 | -2/+3 |
| | | | | | | | | | | | Renamed the get_record_cnt() functions to get_record_count() for consistency, dropped references to SSIs, and added openmp build flags for PGM related targets. Also adjusted dynamic_extension_tests.inc to fail when an erase fails during the static structure testing as part of debugging a delete cancellation problem under leveling. | ||||
| * | Adjusted DE tests to cover all policy configurations | Douglas Rumbaugh | 2023-06-07 | 1 | -3/+19 |
| | | |||||
| * | Sampling benchmark | Douglas Rumbaugh | 2023-06-07 | 1 | -1/+6 |
| | | |||||
| * | PGM-based shard | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+4 |
| | | |||||
| * | TrieSpline tests+bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -2/+6 |
| | | |||||
| * | WSS tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+4 |
| | | |||||
| * | MemISAM tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -4/+4 |
| | | |||||
| * | Tests and bugfixes for framework | Douglas Rumbaugh | 2023-05-29 | 1 | -3/+3 |
| | | |||||
| * | Record format generalization | Douglas Rumbaugh | 2023-05-15 | 1 | -3/+1 |
| | | | | | | 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/+4 |
| | | |||||
| * | Dynamic Extension unit tests + bugfixes | Douglas Rumbaugh | 2023-05-09 | 1 | -1/+6 |
| | | |||||
| * | CMakeLists file | Douglas Rumbaugh | 2023-05-09 | 1 | -0/+54 |