| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | This is necessary for KNN, but it unused for all currently implemented query types. | ||||
| * | VPTree: added fixme for tombstone handling in the hashtable | Douglas Rumbaugh | 2023-07-17 | 1 | -2/+7 |
| | | |||||
| * | PriorityQueue: generalized priority queue comparison operation | Douglas Rumbaugh | 2023-07-17 | 2 | -4/+41 |
| | | | | | | Generalized the comparison used for the priority queue to enable its use within the KNN query code. | ||||
| * | VPTree: changed Point format to a D-dimensional point. | Douglas Rumbaugh | 2023-07-17 | 2 | -12/+30 |
| | | |||||
| * | VPTree: use a secondary hash-table for point lookups | Douglas Rumbaugh | 2023-07-17 | 3 | -12/+26 |
| | | |||||
| * | Initial commit of VPTree-related code | Douglas Rumbaugh | 2023-07-13 | 5 | -16/+542 |
| | | | | | | | Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine. | ||||
| * | Slightly optimized merge function | Douglas Rumbaugh | 2023-07-03 | 1 | -3/+11 |
| | | |||||
| * | Benchmark updates | Douglas Rumbaugh | 2023-07-03 | 2 | -2/+4 |
| | | |||||
| * | Bugfixes | Douglas Rumbaugh | 2023-07-03 | 2 | -1/+3 |
| | | |||||
| * | Fixed query errors | Douglas Rumbaugh | 2023-07-03 | 3 | -15/+64 |
| | | |||||
| * | PGM Tests: added proper testing for query merging | Douglas Rumbaugh | 2023-07-03 | 1 | -1/+45 |
| | | |||||
| * | PGM Shard bugfixes | Douglas Rumbaugh | 2023-06-26 | 1 | -2/+2 |
| | | |||||
| * | PGMRQ benchmark | Douglas Rumbaugh | 2023-06-26 | 2 | -1/+70 |
| | | |||||
| * | Benchmark output format adjustments | Douglas Rumbaugh | 2023-06-26 | 2 | -2/+4 |
| | | | | | | | | | | | Benchmarks should now return, insert throughput index size (not counting data arrays) sampling latency static index size static sampling latency | ||||
| * | Merge branch 'master' of github.com:dbrumbaugh/dynamic-extension | Douglas Rumbaugh | 2023-06-26 | 2 | -3/+3 |
| |\ | |||||
| | * | Benchmark updates | Douglas Rumbaugh | 2023-06-26 | 2 | -3/+3 |
| | | | |||||
| * | | Added static benchmarking | Douglas Rumbaugh | 2023-06-26 | 2 | -0/+49 |
| |/ | |||||
| * | TrieSpline: fixed error in min/max key determination | Douglas Rumbaugh | 2023-06-13 | 1 | -5/+10 |
| | | | | | | | An elif was used when the conditions were _not_ supposed to be mutually exclusive, resulting in the wrong minimum key value being used in some cases. | ||||
| * | Triespline Range Query benchmark | Douglas Rumbaugh | 2023-06-13 | 2 | -0/+59 |
| | | |||||
| * | Benchmark refactoring/cleanup | Douglas Rumbaugh | 2023-06-13 | 5 | -97/+140 |
| | | |||||
| * | MemISAM: Removed friend relationship with InternalLevel | Douglas Rumbaugh | 2023-06-13 | 1 | -1/+0 |
| | | |||||
| * | TrieSpline: parameterized TrieSpline template with max error | Douglas Rumbaugh | 2023-06-13 | 1 | -5/+3 |
| | | |||||
| * | Benchmark refactoring | Douglas Rumbaugh | 2023-06-13 | 4 | -132/+152 |
| | | |||||
| * | bench.h: Warmup delete bugfix | Douglas B. Rumbaugh | 2023-06-09 | 1 | -2/+2 |
| | | |||||
| * | Updated bloom filters to use whole record | Douglas B. Rumbaugh | 2023-06-09 | 5 | -30/+30 |
| | | |||||
| * | Adjusted tests to account for new sampling interface | Douglas B. Rumbaugh | 2023-06-09 | 3 | -0/+15 |
| | | |||||
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 9 | -17/+36 |
| | | |||||
| * | Build changes and interface cleanup | Douglas B. Rumbaugh | 2023-06-09 | 5 | -21/+22 |
| | | | | | | | | | | | 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. | ||||
| * | triespline tests: added <functional> header | Douglas B. Rumbaugh | 2023-06-09 | 1 | -0/+2 |
| | | | | | | For some reason, this is necessary on some of my machines for the test to build. | ||||
| * | gitignore | Douglas Rumbaugh | 2023-06-07 | 1 | -0/+1 |
| | | |||||
| * | General header/file cleanup | Douglas Rumbaugh | 2023-06-07 | 8 | -108/+5 |
| | | |||||
| * | Adjusted DE tests to cover all policy configurations | Douglas Rumbaugh | 2023-06-07 | 6 | -15/+119 |
| | | |||||
| * | Interface adjustments | Douglas Rumbaugh | 2023-06-07 | 9 | -48/+25 |
| | | | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor. | ||||
| * | Bugfixes for query state processing function | Douglas Rumbaugh | 2023-06-07 | 4 | -30/+39 |
| | | |||||
| * | Added a pre-query hook for processing states | Douglas Rumbaugh | 2023-06-07 | 6 | -29/+172 |
| | | | | | | This is used for setting up the query alias structure stuff for sampling queries. | ||||
| * | InternalLevel: bugfix when building under tagging | Douglas Rumbaugh | 2023-06-07 | 1 | -1/+1 |
| | | |||||
| * | Benchmark updates (disabled sampling temporarily) | Douglas Rumbaugh | 2023-06-07 | 2 | -4/+4 |
| | | |||||
| * | Sampling benchmark | Douglas Rumbaugh | 2023-06-07 | 3 | -1/+369 |
| | | |||||
| * | Added TrieSpline and PGM Range queries + tests and bugfixes | Douglas Rumbaugh | 2023-06-05 | 5 | -83/+257 |
| | | |||||
| * | Added vptree as external module | Douglas Rumbaugh | 2023-06-05 | 2 | -0/+3 |
| | | |||||
| * | PGM-based shard | Douglas Rumbaugh | 2023-06-05 | 5 | -0/+569 |
| | | |||||
| * | TrieSpline tests+bugfixes | Douglas Rumbaugh | 2023-06-05 | 3 | -14/+240 |
| | | |||||
| * | Test refactoring: pulled record stripping function to testing.h | Douglas Rumbaugh | 2023-06-05 | 4 | -33/+11 |
| | | |||||
| * | Added point-lookup tests for WIRS and WSS | Douglas Rumbaugh | 2023-06-05 | 3 | -0/+101 |
| | | |||||
| * | WSS tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 4 | -16/+376 |
| | | |||||
| * | MemISAM tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 3 | -165/+326 |
| | | |||||