summaryrefslogtreecommitdiffstats
path: root/include/shard/VPTree.h
Commit message (Expand)AuthorAgeFilesLines
* Comment and License updatesDouglas Rumbaugh2023-11-071-1/+6
* VPTree Shard: updates to build on my desktopDouglas B. Rumbaugh2023-10-311-0/+2
* General Comment + Consistency updatesDouglas Rumbaugh2023-10-301-2/+7
* Re-structuring Project + scheduling updatesDouglas Rumbaugh2023-09-251-4/+2
* Migrated over to using psudb-common utilities/headersDouglas Rumbaugh2023-08-241-2/+8
* Expanded query interfaceDouglas Rumbaugh2023-07-271-5/+8
* Adjusted calculation for index sizeDouglas Rumbaugh2023-07-261-7/+8
* VPTree: account for size of pointer array in memory usageDouglas Rumbaugh2023-07-251-2/+1
* VPTree: Added template configuration to use/not use a hash tableDouglas Rumbaugh2023-07-251-6/+32
* VPTree: bugfixDouglas Rumbaugh2023-07-241-1/+1
* VPTree: added a level of indirection to avoid repeated point copiesDouglas Rumbaugh2023-07-241-23/+52
* VPTree: fixed knn queryDouglas Rumbaugh2023-07-241-50/+86
* VPTree: KNN query initial implementationDouglas Rumbaugh2023-07-241-4/+126
* VPTree: added fixme for tombstone handling in the hashtableDouglas Rumbaugh2023-07-171-2/+7
* VPTree: use a secondary hash-table for point lookupsDouglas Rumbaugh2023-07-171-8/+15
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-131-0/+314