summaryrefslogtreecommitdiffstats
path: root/include/ds/PriorityQueue.h
Commit message (Collapse)AuthorAgeFilesLines
* PriorityQueue: generalized priority queue comparison operationDouglas Rumbaugh2023-07-171-4/+30
| | | | | Generalized the comparison used for the priority queue to enable its use within the KNN query code.
* General header/file cleanupDouglas Rumbaugh2023-06-071-3/+0
|
* More updates/restructuringDouglas Rumbaugh2023-05-221-1/+1
|
* Record format generalizationDouglas Rumbaugh2023-05-151-7/+7
| | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working.
* Templatized Record with key, value, and optional weightDouglas Rumbaugh2023-05-091-14/+14
|
* Began porting source files over from other repositoryDouglas Rumbaugh2023-05-081-0/+135