Scalability Issues
Although predictive search takes almost no time, but i found compute_hint costs some times that can't be ignored,which is necessary for reoderedArray.
During inferrence run time, the size of M varies, and generating a JSON file includding hint list for each size online is unrealistic.
Is it feasible to modify the code to be like this: to select a offline generated solution that is closest to the run time M ?
I'm not sure whether this kind of approximation will significantly affect the overlap effect.
Scalability Issues
Although predictive search takes almost no time, but i found compute_hint costs some times that can't be ignored,which is necessary for reoderedArray.
During inferrence run time, the size of M varies, and generating a JSON file includding hint list for each size online is unrealistic.
Is it feasible to modify the code to be like this: to select a offline generated solution that is closest to the run time M ?
I'm not sure whether this kind of approximation will significantly affect the overlap effect.