| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed a few concurrency bugs | Douglas Rumbaugh | 2025-03-03 | 11 | -53/+51 |
| * | Bug fixes | Douglas Rumbaugh | 2025-02-04 | 1 | -0/+5 |
| * | More updates | Douglas Rumbaugh | 2025-01-31 | 4 | -25/+38 |
| * | progress | Douglas Rumbaugh | 2025-01-27 | 2 | -22/+39 |
| * | Continued development | Douglas B. Rumbaugh | 2024-12-22 | 14 | -225/+73 |
| * | Adjusted query result interfacesHEADmaster | Douglas B. Rumbaugh | 2024-12-06 | 8 | -226/+246 |
| * | Warning fixes | Douglas B. Rumbaugh | 2024-12-06 | 3 | -2/+7 |
| * | Interface update (#5) | Douglas B. Rumbaugh | 2024-12-06 | 25 | -486/+571 |
| * | Added a Bentley-Saxe layout policy | Douglas Rumbaugh | 2024-05-01 | 1 | -0/+58 |
| * | Properly implemented support for iteratively decomposable problems | Douglas Rumbaugh | 2024-04-19 | 5 | -14/+17 |
| * | More trie baseline tests | Douglas Rumbaugh | 2024-04-19 | 1 | -0/+55 |
| * | Updated FSTrie to use const char * instead of std::string | Douglas Rumbaugh | 2024-04-15 | 7 | -98/+61 |
| * | PointLookup: added a point lookup query for unique indexes, and some tests | Douglas Rumbaugh | 2024-03-22 | 2 | -2/+113 |
| * | Concurrent Extension test cleanup/minor tweaks | Douglas Rumbaugh | 2024-03-22 | 3 | -10/+3 |
| * | FSTrie testing and debugging | Douglas Rumbaugh | 2024-03-22 | 2 | -8/+6 |
| * | Updates/progress towards succinct trie support | Douglas Rumbaugh | 2024-03-20 | 9 | -15/+60428 |
| * | FST Shard w/ tests | Douglas Rumbaugh | 2024-03-19 | 1 | -0/+55 |
| * | Triespline: added test to verify that crash is not due to this project | Douglas B. Rumbaugh | 2024-02-21 | 1 | -0/+63 |
| * | Framework: Fixed a bug where tagged deletes didn't release the epoch | Douglas Rumbaugh | 2024-02-09 | 1 | -8/+10 |
| * | Updated VPTree to new shard/query interfaces | Douglas Rumbaugh | 2024-02-08 | 3 | -82/+87 |
| * | Cleaned up shard files (except VPTree) | Douglas Rumbaugh | 2024-02-07 | 20 | -1130/+488 |
| * | Fully realized shard concept interface | Douglas Rumbaugh | 2024-02-07 | 11 | -638/+36 |
| * | Fully implemented Query concept and adjusted queries to use it | Douglas Rumbaugh | 2024-02-07 | 1 | -3/+4 |
| * | BufferView: Adjusted BV to avoid repeated modulus operations | Douglas Rumbaugh | 2024-02-05 | 1 | -0/+142 |
| * | Set up tombstone deletes properly | Douglas Rumbaugh | 2024-02-05 | 3 | -21/+31 |
| * | TrieSpline + tests | Douglas Rumbaugh | 2024-01-30 | 2 | -240/+14 |
| * | Added RangeCount query | Douglas Rumbaugh | 2024-01-22 | 2 | -0/+210 |
| * | Multiple concurrency bug fixes | Douglas Rumbaugh | 2024-01-17 | 5 | -41/+110 |
| * | Concurrency testing and bug fixes | Douglas B. Rumbaugh | 2024-01-15 | 3 | -1/+438 |
| * | Initial pass at unit test refactoring | Douglas Rumbaugh | 2024-01-12 | 12 | -468/+757 |
| * | InternalLevel update and tests | Douglas Rumbaugh | 2024-01-11 | 1 | -4/+4 |
| * | Ported ISAMTree over to new buffer setup | Douglas Rumbaugh | 2024-01-11 | 2 | -65/+72 |
| * | Fixed some potential buffer-related concurrency bugs | Douglas Rumbaugh | 2024-01-11 | 1 | -1/+1 |
| * | MutableBuffer: multithreaded insert test + bugfixes | Douglas Rumbaugh | 2024-01-10 | 1 | -12/+20 |
| * | MutableBuffer+View: Implementation with unit tests | Douglas Rumbaugh | 2024-01-10 | 1 | -141/+113 |
| * | Refactoring: corrected a number of names and added more comments | Douglas Rumbaugh | 2023-12-13 | 1 | -2/+2 |
| * | Tombstone Compaction: re-enabled tombstone compaction | Douglas Rumbaugh | 2023-11-13 | 1 | -2/+0 |
| * | Comment and License updates | Douglas Rumbaugh | 2023-11-07 | 15 | -22/+22 |
| * | Merge branch 'query-refactor' | Douglas Rumbaugh | 2023-11-07 | 11 | -278/+249 |
| |\ | |||||
| | * | Switched default DE test case over to ISAMTree | Douglas Rumbaugh | 2023-11-07 | 6 | -136/+103 |
| | * | Converted WIRS to the new interface | Douglas Rumbaugh | 2023-11-07 | 1 | -33/+34 |
| | * | Alias shard fixes | Douglas Rumbaugh | 2023-11-07 | 1 | -4/+4 |
| | * | Refactoring progress | Douglas Rumbaugh | 2023-11-06 | 4 | -106/+110 |
| * | | Scheduling: Switched over to a thread pool model | Douglas Rumbaugh | 2023-11-06 | 2 | -1/+8 |
| |/ | |||||
| * | DE CC Testing: initial test file for FIFOScheduler | Douglas B. Rumbaugh | 2023-10-31 | 1 | -0/+461 |
| * | DE Tests: updated existing tests to use single threaded operation | Douglas B. Rumbaugh | 2023-10-31 | 4 | -4/+5 |
| * | Initial pass w/ new scheduler setup | Douglas Rumbaugh | 2023-10-20 | 1 | -3/+4 |
| * | Re-structuring Project + scheduling updates | Douglas Rumbaugh | 2023-09-25 | 3 | -7/+7 |
| * | Bugfixes for tiering | Douglas Rumbaugh | 2023-09-20 | 1 | -0/+24 |
| * | General bugfixes | Douglas Rumbaugh | 2023-09-18 | 1 | -3/+1 |