summaryrefslogtreecommitdiffstats
path: root/include/framework/structure
Commit message (Expand)AuthorAgeFilesLines
* Warning fixesDouglas B. Rumbaugh2024-12-061-4/+5
* Interface update (#5)Douglas B. Rumbaugh2024-12-064-1117/+1124
* 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-012-4/+75
* Removed debug print statementsDouglas Rumbaugh2024-04-191-2/+0
* Benchmark updatesDouglas Rumbaugh2024-04-191-0/+2
* Updates for build on OpenBSDDouglas B. Rumbaugh2024-03-251-1/+1
* MutableBuffer: added visibility flag to records and refactored timestampDouglas Rumbaugh2024-03-221-1/+5
* Disabled lookahead for paper revisionDouglas Rumbaugh2024-03-221-1/+1
* Updates/progress towards succinct trie supportDouglas Rumbaugh2024-03-201-2/+3
* 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-121-15/+8
* Added structure state vector w/ scratch version for reconstructionDouglas Rumbaugh2024-02-121-55/+89
* Comment updates/fixesDouglas Rumbaugh2024-02-093-29/+42
* Updated VPTree to new shard/query interfacesDouglas Rumbaugh2024-02-081-3/+0
* Fully realized shard concept interfaceDouglas Rumbaugh2024-02-072-3/+3
* Fully implemented Query concept and adjusted queries to use itDouglas Rumbaugh2024-02-072-3/+3
* BufferView: Adjusted BV to avoid repeated modulus operationsDouglas Rumbaugh2024-02-052-15/+48
* Insert throughput benchmarkDouglas Rumbaugh2024-01-311-1/+1
* Multiple concurrency bug fixesDouglas Rumbaugh2024-01-173-36/+50
* Concurrency testing and bug fixesDouglas B. Rumbaugh2024-01-151-1/+9
* Use 16-byte CAS to control buffer headDouglas B. Rumbaugh2024-01-151-61/+59
* Various single-threaded bug fixesDouglas B. Rumbaugh2024-01-152-8/+36
* Initial integration of new buffering scheme into frameworkDouglas Rumbaugh2024-01-122-29/+16
* 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
* BufferView: enforce move semanticsDouglas Rumbaugh2024-01-111-2/+19
* Fixed some potential buffer-related concurrency bugsDouglas Rumbaugh2024-01-112-57/+94
* MutableBuffer: multithreaded insert test + bugfixesDouglas Rumbaugh2024-01-101-4/+9
* MutableBuffer+View: Implementation with unit testsDouglas Rumbaugh2024-01-102-49/+116
* Initial update of buffer to new specificationsDouglas B. Rumbaugh2024-01-092-152/+62
* InternalLevel: appending an empty level is a no-opDouglas Rumbaugh2023-12-211-0/+7
* ExtensionStructure: adjusted leveling logic to avoid unneeded copiesDouglas Rumbaugh2023-12-211-5/+14
* Refactoring: corrected a number of names and added more commentsDouglas Rumbaugh2023-12-133-98/+120
* Tombstone Compaction: re-enabled tombstone compactionDouglas Rumbaugh2023-11-132-1/+52
* Fixed merge logic bug in tieringDouglas Rumbaugh2023-11-131-0/+1
* Comment and License updatesDouglas Rumbaugh2023-11-074-4/+4
* InternalLevel: switched to std::sharedptr for shard memory managementDouglas Rumbaugh2023-11-061-52/+29
* MutableBuffer: added explicit tail variableDouglas Rumbaugh2023-11-061-5/+12
* Fixes for various bugs under SerialSchedulerDouglas B. Rumbaugh2023-10-311-1/+4
* MutableBuffer: removed most concurrency control stuffDouglas B. Rumbaugh2023-10-312-52/+13
* ExtensionStructure: fixed incorrect constructor args in clone()Douglas B. Rumbaugh2023-10-311-2/+2
* General Comment + Consistency updatesDouglas Rumbaugh2023-10-304-7/+7
* DynamicExtension: adjusted a few operations to ensure conistencyDouglas Rumbaugh2023-10-301-0/+4
* Concurrency updates + fixes for compile errorsDouglas Rumbaugh2023-10-302-12/+13
* Began moving to an explicit epoch-based systemDouglas Rumbaugh2023-10-233-0/+154
* BugfixesDouglas Rumbaugh2023-10-231-0/+1