DPTree-code icon indicating copy to clipboard operation
DPTree-code copied to clipboard

Performance issue when indexing the data set of 'double' key type

Open baotonglu opened this issue 3 years ago • 0 comments

Hi Xinjing,

When I tested the DPTree using the data sets of the 'double' type, I observe that the performance of DPTree is extremely low and even has the segmentation fault. Probably it is because you assume that key-type is 'uint64_t' when writing the code.

The data sets I tested are longlat and longitudes. The method to read the keys from the file is here.

Could you take a look how to fix it?

Best, Baotong

baotonglu avatar Aug 17 '21 16:08 baotonglu