| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Query optimizations | Douglas Rumbaugh | 2024-05-01 | 2 | -24/+22 |
| | | |||||
| * | Properly implemented support for iteratively decomposable problems | Douglas Rumbaugh | 2024-04-19 | 7 | -44/+97 |
| | | |||||
| * | Fixed some benchmarking bugs | Douglas Rumbaugh | 2024-04-19 | 1 | -1/+1 |
| | | |||||
| * | Updated FSTrie benchmark and some minor fixes | Douglas B. Rumbaugh | 2024-03-26 | 1 | -1/+3 |
| | | |||||
| * | Updates for build on OpenBSD | Douglas B. Rumbaugh | 2024-03-25 | 1 | -1/+1 |
| | | | | | | | | | | Necessary updates to get the codebase building under OpenBSD 7.5 with clang. This is a minimal set of changes to get building to work, which includes disabling several things that aren't directly compatable. More work will be necessary to get full functionality. In particular, Triespline, PGM, and the reference M-tree do not currently build on OpenBSD with clang due to GNU dependencies or other gcc specific features. | ||||
| * | PointLookup: added a point lookup query for unique indexes, and some tests | Douglas Rumbaugh | 2024-03-22 | 1 | -0/+117 |
| | | |||||
| * | Comment updates/fixes | Douglas Rumbaugh | 2024-02-09 | 2 | -2/+0 |
| | | |||||
| * | Updated VPTree to new shard/query interfaces | Douglas Rumbaugh | 2024-02-08 | 1 | -0/+159 |
| | | |||||
| * | Cleaned up shard files (except VPTree) | Douglas Rumbaugh | 2024-02-07 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
| * | Fully realized shard concept interface | Douglas Rumbaugh | 2024-02-07 | 5 | -5/+5 |
| | | |||||
| * | Fully implemented Query concept and adjusted queries to use it | Douglas Rumbaugh | 2024-02-07 | 5 | -30/+27 |
| | | |||||
| * | Set up tombstone deletes properly | Douglas Rumbaugh | 2024-02-05 | 3 | -22/+22 |
| | | |||||
| * | Updated insert query throughput to use IRS queries | Douglas Rumbaugh | 2024-01-31 | 1 | -7/+11 |
| | | |||||
| * | Added RangeCount query | Douglas Rumbaugh | 2024-01-22 | 1 | -0/+169 |
| | | |||||
| * | Multiple concurrency bug fixes | Douglas Rumbaugh | 2024-01-17 | 1 | -2/+3 |
| | | | | | | | | | A poorly organized commit with fixes for a variety of bugs that were causing missing records. The core problems all appear to be fixed, though there is an outstanding problem with tombstones not being completely canceled. A very small number are appearing in the wrong order during the static structure test. | ||||
| * | Initial integration of new buffering scheme into framework | Douglas Rumbaugh | 2024-01-12 | 1 | -14/+20 |
| | | | | | | It isn't working right now (lotsa test failures), but we're to the debugging phase now. | ||||
| * | Comment and License updates | Douglas Rumbaugh | 2023-11-07 | 4 | -7/+20 |
| | | |||||
| * | Converted WIRS to the new interface | Douglas Rumbaugh | 2023-11-07 | 1 | -0/+240 |
| | | |||||
| * | Alias shard fixes | Douglas Rumbaugh | 2023-11-07 | 1 | -14/+14 |
| | | |||||
| * | Refactoring progress | Douglas Rumbaugh | 2023-11-06 | 3 | -7/+217 |
| | | |||||
| * | started refactoring queries interface | Douglas B. Rumbaugh | 2023-11-02 | 2 | -0/+377 |