pingcap / pingcap/tidb

remove the XXXSorter to improve sort performance

Open
#36,058 5 comments 0 reactions 0 assignees View on GitHub
good first issue type/enhancement
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Enhancement

We have many place to use the ```exp/slices``` to sort our struct. It can improve performance by using pdqsort and clean branch check. But We have many placement using the old ```sort```. Please remove it. Here is [the example ](https://github.com/pingcap/tidb/pull/34404).

BTW, You haven't to change the ```bazel.build```. it can be updated by robot.

- [ ] #36061
- [x] #36062
- [x] #36063
- [ ] #36064

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.