summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-132-5/+188
* Fixed query errorsDouglas Rumbaugh2023-07-031-7/+48
* PGM Tests: added proper testing for query mergingDouglas Rumbaugh2023-07-031-1/+45
* Adjusted tests to account for new sampling interfaceDouglas B. Rumbaugh2023-06-093-0/+15
* Fixed bug(s) in tagging-based deletesDouglas B. Rumbaugh2023-06-091-9/+8
* Build changes and interface cleanupDouglas B. Rumbaugh2023-06-092-13/+13
* triespline tests: added <functional> headerDouglas B. Rumbaugh2023-06-091-0/+2
* Adjusted DE tests to cover all policy configurationsDouglas Rumbaugh2023-06-075-12/+100
* Interface adjustmentsDouglas Rumbaugh2023-06-077-15/+15
* Added TrieSpline and PGM Range queries + tests and bugfixesDouglas Rumbaugh2023-06-053-3/+144
* PGM-based shardDouglas Rumbaugh2023-06-051-0/+217
* TrieSpline tests+bugfixesDouglas Rumbaugh2023-06-051-0/+217
* Test refactoring: pulled record stripping function to testing.hDouglas Rumbaugh2023-06-054-33/+11
* Added point-lookup tests for WIRS and WSSDouglas Rumbaugh2023-06-053-0/+101
* WSS tests + bugfixesDouglas Rumbaugh2023-06-052-9/+363
* MemISAM tests + bugfixesDouglas Rumbaugh2023-06-051-130/+290
* Fixed uninitialized record header issueDouglas Rumbaugh2023-05-301-4/+0
* Framework query bugfixesDouglas Rumbaugh2023-05-291-9/+18
* Framework-level query testing + fixesDouglas Rumbaugh2023-05-292-9/+13
* WIRS Query tests + fixesDouglas Rumbaugh2023-05-291-80/+127
* Adjusted the way that Wrapping records works to clean up interfacesDouglas Rumbaugh2023-05-295-79/+63
* Tests and bugfixes for frameworkDouglas Rumbaugh2023-05-295-135/+127
* Started implementing shard interface (not finished yet)Douglas Rumbaugh2023-05-173-17/+19