Kratos
Kratos copied to clipboard
use the "advanced" version of the bin search
trafficstars
📝 Description this is a performance fix to avoid the creation of temporary for every node.
also a large number of maximum results is used which help prevents segfaults in cases in which the maximum number of search results is exceeded. (marked as bugfix because of this reason)
Please mark the PR with appropriate tags:
- Performance, Bugfix
🆕 Changelog usingthe "advanced" version of the bin search instead of the simplified one so that TLS storage can be used for auxilary search array
Merging as I need to do some modifications which will conflict this.