summaryrefslogtreecommitdiffstats
path: root/include/framework
Commit message (Expand)AuthorAgeFilesLines
* Warning fixesDouglas B. Rumbaugh2024-12-062-5/+6
* Interface update (#5)Douglas B. Rumbaugh2024-12-0615-2369/+2440
* MTree structure sizeDouglas Rumbaugh2024-05-101-1/+1
* Fixed arithmetic bugDouglas Rumbaugh2024-05-091-1/+1
* TSParmsweep: enabled forcing a full buffer scanDouglas Rumbaugh2024-05-081-1/+5
* Added a Bentley-Saxe layout policyDouglas Rumbaugh2024-05-014-8/+95
* Properly implemented support for iteratively decomposable problemsDouglas Rumbaugh2024-04-192-20/+26
* Removed debug print statementsDouglas Rumbaugh2024-04-192-4/+0
* Benchmark updatesDouglas Rumbaugh2024-04-192-1/+5
* Updated FSTrie to use const char * instead of std::stringDouglas Rumbaugh2024-04-151-0/+17
* Missed file from last commitDouglas Rumbaugh2024-04-151-1/+1
* Updates for build on OpenBSDDouglas B. Rumbaugh2024-03-252-1/+7
* Record.h: Fixed wrapped record conceptDouglas Rumbaugh2024-03-221-3/+3
* MutableBuffer: added visibility flag to records and refactored timestampDouglas Rumbaugh2024-03-221-1/+5
* Record.h: Removed manual constructor and adjusted wrapped header fieldsDouglas Rumbaugh2024-03-221-10/+26
* Disabled lookahead for paper revisionDouglas Rumbaugh2024-03-221-1/+1
* Updates/progress towards succinct trie supportDouglas Rumbaugh2024-03-202-4/+13
* ExtensionStructure: first basic test of lookahead task stealingDouglas Rumbaugh2024-02-121-1/+10
* ExtensionStructure: Added simulated reconstruction lookaheadDouglas Rumbaugh2024-02-121-28/+88
* MutableBuffer: Allow hwm to equal lwmDouglas Rumbaugh2024-02-121-1/+1
* Refactored Reconstruction TasksDouglas Rumbaugh2024-02-124-20/+10
* Added structure state vector w/ scratch version for reconstructionDouglas Rumbaugh2024-02-121-55/+89
* Removed centralized version structureDouglas Rumbaugh2024-02-092-35/+8
* Framework: Fixed a bug where tagged deletes didn't release the epochDouglas Rumbaugh2024-02-091-2/+17
* Comment updates/fixesDouglas Rumbaugh2024-02-0911-67/+152
* Updated VPTree to new shard/query interfacesDouglas Rumbaugh2024-02-082-3/+19
* Fixed a slight synchronization bug in Epoch retirement "properly"Douglas Rumbaugh2024-02-081-10/+27
* Fully realized shard concept interfaceDouglas Rumbaugh2024-02-076-23/+16
* Fully implemented Query concept and adjusted queries to use itDouglas Rumbaugh2024-02-076-22/+17
* BufferView: Adjusted BV to avoid repeated modulus operationsDouglas Rumbaugh2024-02-052-15/+48
* Set up tombstone deletes properlyDouglas Rumbaugh2024-02-051-4/+10
* temporary hack to get workingDouglas Rumbaugh2024-01-311-6/+12
* Adjusted epoch transition methodologyDouglas Rumbaugh2024-01-313-152/+120
* More locking!Douglas Rumbaugh2024-01-311-0/+2
* Possibly fixed epoch retirement sync errorDouglas Rumbaugh2024-01-311-1/+5
* Insert throughput benchmarkDouglas Rumbaugh2024-01-311-1/+1
* Query/Insert intermix benchmarksDouglas Rumbaugh2024-01-311-3/+4
* Temporary thread affinity for reconstructionDouglas Rumbaugh2024-01-312-1/+33
* Benchmarking updatesDouglas Rumbaugh2024-01-301-6/+23
* DynamicExtension: Fixed reconstruction trigger data raceDouglas Rumbaugh2024-01-241-4/+7
* Adjusted recon_benchmark and properly shutdown FIFOSchedulerDouglas Rumbaugh2024-01-221-0/+1
* FIFOScheduler: added automake wakeupDouglas Rumbaugh2024-01-221-1/+12
* Initial rough-out of internal statistics trackerDouglas Rumbaugh2024-01-196-35/+157
* Multiple concurrency bug fixesDouglas Rumbaugh2024-01-176-126/+107
* Concurrency testing and bug fixesDouglas B. Rumbaugh2024-01-152-7/+24
* Use 16-byte CAS to control buffer headDouglas B. Rumbaugh2024-01-151-61/+59
* Various single-threaded bug fixesDouglas B. Rumbaugh2024-01-154-15/+55
* Initial integration of new buffering scheme into frameworkDouglas Rumbaugh2024-01-127-263/+122
* BufferView.h: Hopefully the last necessary tweak to the move semantics stuffDouglas Rumbaugh2024-01-121-24/+2
* InternalLevel update and testsDouglas Rumbaugh2024-01-112-16/+39