You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: