| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Updated version of psudb-common | Douglas Rumbaugh | 2024-03-14 | 1 | -0/+0 | |
| * | Benchmark updates | Douglas Rumbaugh | 2024-02-23 | 13 | -455/+602 | |
| * | Triespline: added test to verify that crash is not due to this project | Douglas B. Rumbaugh | 2024-02-21 | 2 | -0/+69 | |
| * | VPTree: precalculate distances to make construction more efficient | Douglas B. Rumbaugh | 2024-02-21 | 1 | -19/+30 | |
| * | Updated watermark benchmark to shuffle data | Douglas Rumbaugh | 2024-02-20 | 1 | -6/+15 | |
| * | Updated remote for external/psudb-common | Douglas Rumbaugh | 2024-02-12 | 1 | -1/+1 | |
| * | 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 | |
| * | MutableBuffer: Allow hwm to equal lwm | Douglas Rumbaugh | 2024-02-12 | 1 | -1/+1 | |
| * | Refactored Reconstruction Tasks | Douglas Rumbaugh | 2024-02-12 | 5 | -20/+77 | |
| * | Added structure state vector w/ scratch version for reconstruction | Douglas Rumbaugh | 2024-02-12 | 1 | -55/+89 | |
| * | Benchmark updates | Douglas Rumbaugh | 2024-02-09 | 3 | -2/+248 | |
| * | Update README.md | Douglas B. Rumbaugh | 2024-02-09 | 1 | -4/+4 | |
| * | Readme update | Douglas Rumbaugh | 2024-02-09 | 1 | -0/+53 | |
| * | Merge pull request #1 from dbrumbaugh/new-buffer | Douglas B. Rumbaugh | 2024-02-09 | 101 | -6298/+8893 | |
| |\ | ||||||
| | * | Updated to newer version of psudb-commonnew-buffer | Douglas Rumbaugh | 2024-02-09 | 1 | -0/+0 | |
| | * | Removed centralized version structure | Douglas Rumbaugh | 2024-02-09 | 2 | -35/+8 | |
| | * | Framework: Fixed a bug where tagged deletes didn't release the epoch | Douglas Rumbaugh | 2024-02-09 | 3 | -11/+28 | |
| | * | Comment updates/fixes | Douglas Rumbaugh | 2024-02-09 | 24 | -104/+224 | |
| | * | Updated VPTree to new shard/query interfaces | Douglas Rumbaugh | 2024-02-08 | 8 | -320/+319 | |
| | * | Merge branch 'new-buffer' of github.com:dbrumbaugh/dynamic-extension into new... | Douglas Rumbaugh | 2024-02-08 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | ISAMTree: added comment explaining the compiler fence | Douglas Rumbaugh | 2024-02-08 | 1 | -0/+4 | |
| | | * | Added compiler fence to block reordering | Douglas Rumbaugh | 2024-02-08 | 2 | -2/+4 | |
| | * | | Added compiler fence to block reordering | Douglas Rumbaugh | 2024-02-08 | 2 | -2/+8 | |
| | |/ | ||||||
| | * | Fixed a slight synchronization bug in Epoch retirement "properly" | Douglas Rumbaugh | 2024-02-08 | 1 | -10/+27 | |
| | * | Fixed benchmark memory leak | Douglas Rumbaugh | 2024-02-08 | 1 | -0/+2 | |
| | * | Cleaned up shard files (except VPTree) | Douglas Rumbaugh | 2024-02-07 | 28 | -1674/+859 | |
| | * | Fully realized shard concept interface | Douglas Rumbaugh | 2024-02-07 | 33 | -686/+77 | |
| | * | Fully implemented Query concept and adjusted queries to use it | Douglas Rumbaugh | 2024-02-07 | 13 | -56/+54 | |
| | * | BufferView: Adjusted BV to avoid repeated modulus operations | Douglas Rumbaugh | 2024-02-05 | 3 | -15/+190 | |
| | * | Set up tombstone deletes properly | Douglas Rumbaugh | 2024-02-05 | 8 | -56/+72 | |
| | * | updated btree benchmark | Douglas Rumbaugh | 2024-01-31 | 1 | -0/+4 | |
| | * | IRS bench (replication of existing one) | Douglas Rumbaugh | 2024-01-31 | 1 | -0/+125 | |
| | * | BTree benchmark | Douglas Rumbaugh | 2024-01-31 | 3 | -6/+128 | |
| | * | Updated throughput bench to use SOSD | Douglas Rumbaugh | 2024-01-31 | 2 | -21/+39 | |
| | * | temporary hack to get working | Douglas Rumbaugh | 2024-01-31 | 1 | -6/+12 | |
| | * | Adjusted epoch transition methodology | Douglas Rumbaugh | 2024-01-31 | 4 | -153/+121 | |
| | * | More locking! | Douglas Rumbaugh | 2024-01-31 | 1 | -0/+2 | |
| | * | Updated insert query throughput to use IRS queries | Douglas Rumbaugh | 2024-01-31 | 4 | -123/+25 | |
| | * | insert query tput updates | Douglas Rumbaugh | 2024-01-31 | 1 | -2/+7 | |
| | * | Possibly fixed epoch retirement sync error | Douglas Rumbaugh | 2024-01-31 | 1 | -1/+5 | |
| | * | Insert throughput benchmark | Douglas Rumbaugh | 2024-01-31 | 3 | -46/+220 | |
| | * | Query/Insert intermix benchmarks | Douglas Rumbaugh | 2024-01-31 | 4 | -41/+162 | |
| | * | Temporary thread affinity for reconstruction | Douglas Rumbaugh | 2024-01-31 | 3 | -7/+40 | |
| | * | TrieSpline + tests | Douglas Rumbaugh | 2024-01-30 | 4 | -301/+117 | |
| | * | Benchmarking updates | Douglas Rumbaugh | 2024-01-30 | 9 | -30/+495 | |
| | * | Multithreaded Insertion Benchmark | Douglas Rumbaugh | 2024-01-24 | 1 | -11/+37 | |
| | * | DynamicExtension: Fixed reconstruction trigger data race | Douglas Rumbaugh | 2024-01-24 | 1 | -4/+7 | |
| | * | Added watermark testing to CMake | Douglas Rumbaugh | 2024-01-22 | 1 | -0/+6 | |
| | * | WAtermark testing benchmark | Douglas Rumbaugh | 2024-01-22 | 1 | -0/+53 | |