| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more updates | Douglas Rumbaugh | 2025-02-11 | 2 | -16/+28 |
| * | Progress: began adding parallel merging and locking of levels | Douglas Rumbaugh | 2025-02-11 | 14 | -85/+179 |
| * | Tiering: adjusted layout policy to properly handle L0 | Douglas Rumbaugh | 2025-02-06 | 1 | -1/+1 |
| * | Background compaction stuff | Douglas Rumbaugh | 2025-02-06 | 11 | -85/+340 |
| * | Bug fixes | Douglas Rumbaugh | 2025-02-04 | 2 | -3/+3 |
| * | More updates | Douglas Rumbaugh | 2025-01-31 | 6 | -33/+82 |
| * | progress | Douglas Rumbaugh | 2025-01-27 | 11 | -215/+196 |
| * | some progress | Douglas Rumbaugh | 2025-01-24 | 3 | -74/+33 |
| * | Finished rename of Epoch to Version + imported changes to psudb-common | Douglas Rumbaugh | 2025-01-22 | 4 | -7/+176 |
| * | Progress | Douglas Rumbaugh | 2025-01-17 | 11 | -345/+254 |
| * | Additional layout policies + more flexibility in buffer flushing | Douglas Rumbaugh | 2025-01-16 | 5 | -29/+229 |
| * | Triespline: minor tweak to buffer query | Douglas Rumbaugh | 2025-01-07 | 1 | -1/+2 |
| * | Fixed a few Triespline related bugs | Douglas Rumbaugh | 2025-01-07 | 2 | -31/+21 |
| * | Began migrating benchmarks over to new interface | Douglas Rumbaugh | 2024-12-23 | 1 | -2/+2 |
| * | More updates | Douglas B. Rumbaugh | 2024-12-22 | 3 | -6/+6 |
| * | Continued development | Douglas B. Rumbaugh | 2024-12-22 | 18 | -145/+186 |
| * | Began overhauling reconstruction mechanism | Douglas B. Rumbaugh | 2024-12-22 | 11 | -755/+469 |
| * | Adjusted query result interfacesHEADmaster | Douglas B. Rumbaugh | 2024-12-06 | 9 | -219/+194 |
| * | Warning fixes | Douglas B. Rumbaugh | 2024-12-06 | 3 | -6/+7 |
| * | Interface update (#5) | Douglas B. Rumbaugh | 2024-12-06 | 33 | -4206/+3676 |
| * | MTree structure size | Douglas Rumbaugh | 2024-05-10 | 1 | -1/+1 |
| * | Fixed arithmetic bug | Douglas Rumbaugh | 2024-05-09 | 1 | -1/+1 |
| * | TSParmsweep: enabled forcing a full buffer scan | Douglas Rumbaugh | 2024-05-08 | 2 | -2/+14 |
| * | Missing file from last commit | Douglas Rumbaugh | 2024-05-06 | 1 | -2/+14 |
| * | Added a Bentley-Saxe layout policy | Douglas Rumbaugh | 2024-05-01 | 5 | -11/+104 |
| * | Query optimizations | Douglas Rumbaugh | 2024-05-01 | 2 | -24/+22 |
| * | TS+PGM: Inlined manually the sorted array merge for performance reasons | Douglas Rumbaugh | 2024-04-22 | 2 | -34/+248 |
| * | Properly implemented support for iteratively decomposable problems | Douglas Rumbaugh | 2024-04-19 | 9 | -64/+123 |
| * | Fixed some benchmarking bugs | Douglas Rumbaugh | 2024-04-19 | 1 | -1/+1 |
| * | Removed debug print statements | Douglas Rumbaugh | 2024-04-19 | 2 | -4/+0 |
| * | PGM Shard: Fully disabled bloom filter | Douglas Rumbaugh | 2024-04-19 | 1 | -1/+0 |
| * | More trie baseline tests | Douglas Rumbaugh | 2024-04-19 | 1 | -0/+199 |
| * | Benchmark updates | Douglas Rumbaugh | 2024-04-19 | 9 | -28/+22 |
| * | Updated FSTrie to use const char * instead of std::string | Douglas Rumbaugh | 2024-04-15 | 2 | -13/+22 |
| * | Missed file from last commit | Douglas Rumbaugh | 2024-04-15 | 1 | -1/+1 |
| * | stuff | Douglas Rumbaugh | 2024-04-11 | 1 | -1/+1 |
| * | Updated FSTrie benchmark and some minor fixes | Douglas B. Rumbaugh | 2024-03-26 | 2 | -2/+4 |
| * | Updates for build on OpenBSD | Douglas B. Rumbaugh | 2024-03-25 | 4 | -3/+9 |
| * | PointLookup: added a point lookup query for unique indexes, and some tests | Douglas Rumbaugh | 2024-03-22 | 2 | -0/+123 |
| * | Record.h: Fixed wrapped record concept | Douglas Rumbaugh | 2024-03-22 | 1 | -3/+3 |
| * | PGM.h: fixed an out of bounds array access on point lookup misses. | Douglas Rumbaugh | 2024-03-22 | 1 | -3/+21 |
| * | MutableBuffer: added visibility flag to records and refactored timestamp | Douglas Rumbaugh | 2024-03-22 | 1 | -1/+5 |
| * | FSTrie testing and debugging | Douglas Rumbaugh | 2024-03-22 | 1 | -101/+20 |
| * | Record.h: Removed manual constructor and adjusted wrapped header fields | Douglas Rumbaugh | 2024-03-22 | 1 | -10/+26 |
| * | Disabled lookahead for paper revision | Douglas Rumbaugh | 2024-03-22 | 1 | -1/+1 |
| * | Updates/progress towards succinct trie support | Douglas Rumbaugh | 2024-03-20 | 3 | -15/+41 |
| * | FST Shard w/ tests | Douglas Rumbaugh | 2024-03-19 | 1 | -0/+266 |
| * | VPTree: precalculate distances to make construction more efficient | Douglas B. Rumbaugh | 2024-02-21 | 1 | -19/+30 |
| * | ExtensionStructure: first basic test of lookahead task stealing | Douglas Rumbaugh | 2024-02-12 | 2 | -1/+14 |
| * | ExtensionStructure: Added simulated reconstruction lookahead | Douglas Rumbaugh | 2024-02-12 | 1 | -28/+88 |