Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhancement] Optimize IdChain hash code implement (#47599)
The current implement of hashCode is easy to cause conflict. The data in the attachment takes 15 minutes to construct a HashMap<IdChain, IdChain> using the current hashCode implementation, but only takes a few seconds after changing to Arrays.hashCode(). [chain.json.tar.gz](https://github.com/user-attachments/files/16014242/chain.json.tar.gz) Signed-off-by: gengjun-git <gengjun@starrocks.com>
- Loading branch information