The method binaryRangeSearch in blaze\collections\Collections creates a subList of the given one and this is unefficient. Maybe you should try to implement the binary search similar to the one in blaze\collections\Arrays,
Log in to post a comment.