| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DynamicExtension: comment cleanup/adjustments | Douglas Rumbaugh | 2023-10-30 | 1 | -11/+14 |
| * | Epoch/DynamicExtension: added cv to epoch retirement check | Douglas Rumbaugh | 2023-10-30 | 2 | -4/+36 |
| * | FIFOScheduler: correctly protect m_cv with a lock | Douglas Rumbaugh | 2023-10-30 | 1 | -0/+5 |
| * | DynamicExtension: adjusted a few operations to ensure conistency | Douglas Rumbaugh | 2023-10-30 | 2 | -15/+37 |
| * | Concurrency updates + fixes for compile errors | Douglas Rumbaugh | 2023-10-30 | 6 | -99/+106 |
| * | Began moving to an explicit epoch-based system | Douglas Rumbaugh | 2023-10-23 | 9 | -103/+481 |
| * | Bugfixes | Douglas Rumbaugh | 2023-10-23 | 3 | -1/+7 |
| * | Initial pass w/ new scheduler setup | Douglas Rumbaugh | 2023-10-20 | 9 | -344/+200 |
| * | Checkpointing work | Douglas Rumbaugh | 2023-10-20 | 4 | -34/+85 |
| * | Re-structuring Project + scheduling updates | Douglas Rumbaugh | 2023-09-25 | 24 | -434/+384 |
| * | Bugfixes for tiering | Douglas Rumbaugh | 2023-09-20 | 4 | -4/+33 |
| * | The scheduler now spawns a seperate merge thread | Douglas Rumbaugh | 2023-09-18 | 4 | -58/+221 |
| * | Moved individual merge task execution into the scheduler | Douglas Rumbaugh | 2023-09-18 | 3 | -35/+98 |
| * | General bugfixes | Douglas Rumbaugh | 2023-09-18 | 3 | -4/+6 |
| * | Began re-architecting the project for concurrency support | Douglas Rumbaugh | 2023-09-13 | 9 | -310/+647 |
| * | Migrated over to using psudb-common utilities/headers | Douglas Rumbaugh | 2023-08-24 | 24 | -4528/+93 |
| * | Removed unused pagedfile header | Douglas Rumbaugh | 2023-08-24 | 3 | -801/+0 |
| * | Included psudb-common library | Douglas Rumbaugh | 2023-08-24 | 2 | -0/+3 |
| * | Change PGM to range count. | Dong Xie | 2023-07-28 | 5 | -41/+72 |
| * | Added PGM-PL benchmarks to CMakeLists | Douglas Rumbaugh | 2023-07-27 | 1 | -0/+11 |
| * | PGM-based Point Lookup benchmarks | Douglas Rumbaugh | 2023-07-27 | 4 | -0/+300 |
| * | Expanded query interface | Douglas Rumbaugh | 2023-07-27 | 13 | -62/+281 |
| * | Alex shard progress | Douglas Rumbaugh | 2023-07-26 | 2 | -0/+361 |
| * | UPGM: added epsilon configuration parameter | Douglas Rumbaugh | 2023-07-26 | 1 | -1/+1 |
| * | Alex warmup via bulkloading | Douglas Rumbaugh | 2023-07-26 | 1 | -34/+22 |
| * | Exposed epsilon configuration parameter for PGM | Douglas Rumbaugh | 2023-07-26 | 1 | -4/+5 |
| * | Adjusted calculation for index size | Douglas Rumbaugh | 2023-07-26 | 9 | -47/+56 |
| * | Updatable PGM benchmark | Douglas Rumbaugh | 2023-07-26 | 2 | -0/+219 |
| * | Alex: updated progress bar code for benchmark | Douglas Rumbaugh | 2023-07-25 | 1 | -0/+2 |
| * | KNN Benches: added k as an optional cmdline argument | Douglas Rumbaugh | 2023-07-25 | 2 | -14/+8 |
| * | ALEX: Added progress bars back | Douglas Rumbaugh | 2023-07-25 | 1 | -0/+2 |
| * | ALEX Benchmarking: added benchmark for ALEX | Douglas Rumbaugh | 2023-07-25 | 7 | -235/+471 |
| * | switched over to my fork of m-tree | Douglas Rumbaugh | 2023-07-25 | 2 | -0/+3 |
| * | Removed m-tree submodule | Douglas Rumbaugh | 2023-07-25 | 2 | -3/+0 |
| * | Benchmarks: mtree and vptree benchmark updates | Douglas Rumbaugh | 2023-07-25 | 5 | -16/+78 |
| * | VPTree: account for size of pointer array in memory usage | Douglas Rumbaugh | 2023-07-25 | 1 | -2/+1 |
| * | VPTree: Added template configuration to use/not use a hash table | Douglas Rumbaugh | 2023-07-25 | 1 | -6/+32 |
| * | VPTree: bugfix | Douglas Rumbaugh | 2023-07-24 | 1 | -1/+1 |
| * | M-Tree benchmarks | Douglas Rumbaugh | 2023-07-24 | 4 | -6/+87 |
| * | VPTree: added a level of indirection to avoid repeated point copies | Douglas Rumbaugh | 2023-07-24 | 2 | -41/+77 |
| * | VPTree: fixed knn query | Douglas Rumbaugh | 2023-07-24 | 4 | -62/+164 |
| * | Cosine Similarity Type | Douglas Rumbaugh | 2023-07-24 | 3 | -6/+50 |
| * | VPTree: KNN query initial implementation | Douglas Rumbaugh | 2023-07-24 | 1 | -4/+126 |
| * | ISAM IRS query bugfixes | Douglas Rumbaugh | 2023-07-24 | 2 | -10/+29 |
| * | Benchmarking: Added utility functions for VPTree/KNN | Douglas Rumbaugh | 2023-07-23 | 2 | -4/+127 |
| * | Added M-Tree to repo | Douglas Rumbaugh | 2023-07-23 | 2 | -0/+3 |
| * | BTree-based baselines for IRS and Range queries | Douglas Rumbaugh | 2023-07-23 | 6 | -3/+4147 |
| * | Triespline RQ fixes | Douglas Rumbaugh | 2023-07-23 | 2 | -10/+29 |
| * | Benchmarking updates | Douglas Rumbaugh | 2023-07-23 | 7 | -17/+296 |
| * | Added the parameter argument to query merge routine | Douglas Rumbaugh | 2023-07-17 | 10 | -10/+10 |