| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | * | Adjusted recon_benchmark and properly shutdown FIFOScheduler | Douglas Rumbaugh | 2024-01-22 | 2 | -12/+25 | |
| | * | Benchmarking: updated insert_query_tput to use better rng | Douglas Rumbaugh | 2024-01-22 | 1 | -3/+14 | |
| | * | FIFOScheduler: added automake wakeup | Douglas Rumbaugh | 2024-01-22 | 1 | -1/+12 | |
| | * | Moved some benchmarks over to range count | Douglas Rumbaugh | 2024-01-22 | 2 | -6/+6 | |
| | * | Added RangeCount query | Douglas Rumbaugh | 2024-01-22 | 4 | -0/+386 | |
| | * | Initial rough-out of internal statistics tracker | Douglas Rumbaugh | 2024-01-19 | 8 | -36/+160 | |
| | * | Multiple concurrency bug fixes | Douglas Rumbaugh | 2024-01-17 | 14 | -185/+246 | |
| | * | Concurrency testing and bug fixes | Douglas B. Rumbaugh | 2024-01-15 | 6 | -8/+467 | |
| | * | Benchmarking programs | Douglas B. Rumbaugh | 2024-01-15 | 18 | -12/+132 | |
| | * | Use 16-byte CAS to control buffer head | Douglas B. Rumbaugh | 2024-01-15 | 2 | -70/+77 | |
| | * | Various single-threaded bug fixes | Douglas B. Rumbaugh | 2024-01-15 | 4 | -15/+55 | |
| | * | Initial integration of new buffering scheme into framework | Douglas Rumbaugh | 2024-01-12 | 9 | -289/+158 | |
| | * | Initial pass at unit test refactoring | Douglas Rumbaugh | 2024-01-12 | 12 | -468/+757 | |
| | * | BufferView.h: Hopefully the last necessary tweak to the move semantics stuff | Douglas Rumbaugh | 2024-01-12 | 1 | -24/+2 | |
| | * | InternalLevel update and tests | Douglas Rumbaugh | 2024-01-11 | 4 | -51/+76 | |
| | * | Ported ISAMTree over to new buffer setup | Douglas Rumbaugh | 2024-01-11 | 4 | -125/+137 | |
| | * | BufferView: enforce move semantics | Douglas Rumbaugh | 2024-01-11 | 1 | -2/+19 | |
| | * | Fixed some potential buffer-related concurrency bugs | Douglas Rumbaugh | 2024-01-11 | 3 | -58/+95 | |
| | * | MutableBuffer: multithreaded insert test + bugfixes | Douglas Rumbaugh | 2024-01-10 | 2 | -16/+29 | |
| | * | MutableBuffer+View: Implementation with unit tests | Douglas Rumbaugh | 2024-01-10 | 3 | -190/+229 | |
| | * | Initial update of buffer to new specifications | Douglas B. Rumbaugh | 2024-01-09 | 2 | -152/+62 | |
| | * | Updated URL for psu-db rename | Douglas Rumbaugh | 2023-12-27 | 1 | -1/+1 | |
| | * | DynamicExtension: comments/reorganization | Douglas Rumbaugh | 2023-12-21 | 1 | -7/+19 | |
| | * | InternalLevel: appending an empty level is a no-op | Douglas Rumbaugh | 2023-12-21 | 1 | -0/+7 | |
| | * | ExtensionStructure: adjusted leveling logic to avoid unneeded copies | Douglas Rumbaugh | 2023-12-21 | 1 | -5/+14 | |
| | * | Updated to newer version of psudb-common | Douglas Rumbaugh | 2023-12-13 | 1 | -0/+0 | |
| | * | Query throughput benchmark | Douglas Rumbaugh | 2023-12-13 | 2 | -0/+84 | |
| | * | Refactoring: corrected a number of names and added more comments | Douglas Rumbaugh | 2023-12-13 | 8 | -142/+165 | |
| | * | insert_tput: minor adjustments | Douglas Rumbaugh | 2023-11-16 | 1 | -12/+7 | |
| | * | Insertion throughput benchmark | Douglas Rumbaugh | 2023-11-15 | 2 | -4/+61 | |
| | * | Lock protect Epoch during retirement to avoid use-after-free errors | Douglas Rumbaugh | 2023-11-15 | 1 | -11/+16 | |
| | * | Tombstone Compaction: re-enabled tombstone compaction | Douglas Rumbaugh | 2023-11-13 | 5 | -5/+106 | |
| | * | Fixed merge logic bug in tiering | Douglas Rumbaugh | 2023-11-13 | 2 | -1/+3 | |