struct mola::internal::IncrementalKDTree::Params
Overview
#include <IncrementalKDTree.h> struct Params { // fields bool async_rebuild = false; float alpha_balance = 0.75f; float alpha_deleted = 0.5f; };
Fields
bool async_rebuild = false
Run the balancing rebuilds on a background thread.
float alpha_balance = 0.75f
Weight-balance and tombstone-fraction rebuild thresholds.