summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* More trie baseline testsDouglas Rumbaugh2024-04-191-0/+55
* Updated FSTrie to use const char * instead of std::stringDouglas Rumbaugh2024-04-157-98/+61
* PointLookup: added a point lookup query for unique indexes, and some testsDouglas Rumbaugh2024-03-222-2/+113
* Concurrent Extension test cleanup/minor tweaksDouglas Rumbaugh2024-03-223-10/+3
* FSTrie testing and debuggingDouglas Rumbaugh2024-03-222-8/+6
* Updates/progress towards succinct trie supportDouglas Rumbaugh2024-03-209-15/+60428
* FST Shard w/ testsDouglas Rumbaugh2024-03-191-0/+55
* Triespline: added test to verify that crash is not due to this projectDouglas B. Rumbaugh2024-02-211-0/+63
* Framework: Fixed a bug where tagged deletes didn't release the epochDouglas Rumbaugh2024-02-091-8/+10
* Updated VPTree to new shard/query interfacesDouglas Rumbaugh2024-02-083-82/+87
* Cleaned up shard files (except VPTree)Douglas Rumbaugh2024-02-0720-1130/+488
* Fully realized shard concept interfaceDouglas Rumbaugh2024-02-0711-638/+36
* Fully implemented Query concept and adjusted queries to use itDouglas Rumbaugh2024-02-071-3/+4
* BufferView: Adjusted BV to avoid repeated modulus operationsDouglas Rumbaugh2024-02-051-0/+142
* Set up tombstone deletes properlyDouglas Rumbaugh2024-02-053-21/+31
* TrieSpline + testsDouglas Rumbaugh2024-01-302-240/+14
* Added RangeCount queryDouglas Rumbaugh2024-01-222-0/+210
* Multiple concurrency bug fixesDouglas Rumbaugh2024-01-175-41/+110
* Concurrency testing and bug fixesDouglas B. Rumbaugh2024-01-153-1/+438
* Initial pass at unit test refactoringDouglas Rumbaugh2024-01-1212-468/+757
* InternalLevel update and testsDouglas Rumbaugh2024-01-111-4/+4
* Ported ISAMTree over to new buffer setupDouglas Rumbaugh2024-01-112-65/+72
* Fixed some potential buffer-related concurrency bugsDouglas Rumbaugh2024-01-111-1/+1
* MutableBuffer: multithreaded insert test + bugfixesDouglas Rumbaugh2024-01-101-12/+20
* MutableBuffer+View: Implementation with unit testsDouglas Rumbaugh2024-01-101-141/+113
* Refactoring: corrected a number of names and added more commentsDouglas Rumbaugh2023-12-131-2/+2
* Tombstone Compaction: re-enabled tombstone compactionDouglas Rumbaugh2023-11-131-2/+0
* Comment and License updatesDouglas Rumbaugh2023-11-0715-22/+22
* Merge branch 'query-refactor'Douglas Rumbaugh2023-11-0711-278/+249
|\
| * Switched default DE test case over to ISAMTreeDouglas Rumbaugh2023-11-076-136/+103
| * Converted WIRS to the new interfaceDouglas Rumbaugh2023-11-071-33/+34
| * Alias shard fixesDouglas Rumbaugh2023-11-071-4/+4
| * Refactoring progressDouglas Rumbaugh2023-11-064-106/+110
* | Scheduling: Switched over to a thread pool modelDouglas Rumbaugh2023-11-062-1/+8
|/
* DE CC Testing: initial test file for FIFOSchedulerDouglas B. Rumbaugh2023-10-311-0/+461
* DE Tests: updated existing tests to use single threaded operationDouglas B. Rumbaugh2023-10-314-4/+5
* Initial pass w/ new scheduler setupDouglas Rumbaugh2023-10-201-3/+4
* Re-structuring Project + scheduling updatesDouglas Rumbaugh2023-09-253-7/+7
* Bugfixes for tieringDouglas Rumbaugh2023-09-201-0/+24
* General bugfixesDouglas Rumbaugh2023-09-181-3/+1
* Began re-architecting the project for concurrency supportDouglas Rumbaugh2023-09-131-2/+2
* Migrated over to using psudb-common utilities/headersDouglas Rumbaugh2023-08-241-3/+3
* Removed unused pagedfile headerDouglas Rumbaugh2023-08-241-363/+0
* Expanded query interfaceDouglas Rumbaugh2023-07-274-12/+12
* VPTree: added a level of indirection to avoid repeated point copiesDouglas Rumbaugh2023-07-241-18/+25
* VPTree: fixed knn queryDouglas Rumbaugh2023-07-241-9/+65
* Cosine Similarity TypeDouglas Rumbaugh2023-07-241-1/+1
* Added the parameter argument to query merge routineDouglas Rumbaugh2023-07-174-4/+4
* VPTree: changed Point format to a D-dimensional point.Douglas Rumbaugh2023-07-171-6/+6
* VPTree: use a secondary hash-table for point lookupsDouglas Rumbaugh2023-07-171-4/+2