summaryrefslogtreecommitdiffstats
path: root/include/framework/RecordInterface.h
Commit message (Collapse)AuthorAgeFilesLines
* Began re-architecting the project for concurrency supportDouglas Rumbaugh2023-09-131-1/+1
| | | | | The project is now in a state where it builds, but it probably has a lot of bugs still.
* Migrated over to using psudb-common utilities/headersDouglas Rumbaugh2023-08-241-3/+2
|
* Alex shard progressDouglas Rumbaugh2023-07-261-0/+7
|
* VPTree: fixed knn queryDouglas Rumbaugh2023-07-241-2/+8
|
* Cosine Similarity TypeDouglas Rumbaugh2023-07-241-4/+48
|
* PriorityQueue: generalized priority queue comparison operationDouglas Rumbaugh2023-07-171-0/+11
| | | | | Generalized the comparison used for the priority queue to enable its use within the KNN query code.
* VPTree: changed Point format to a D-dimensional point.Douglas Rumbaugh2023-07-171-6/+24
|
* VPTree: use a secondary hash-table for point lookupsDouglas Rumbaugh2023-07-171-0/+9
|
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-131-11/+36
| | | | | | Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine.
* Adjusted the way that Wrapping records works to clean up interfacesDouglas Rumbaugh2023-05-291-37/+11
|
* Tests and bugfixes for frameworkDouglas Rumbaugh2023-05-291-2/+2
|
* More updates/restructuringDouglas Rumbaugh2023-05-221-0/+121