pingcap/tidb

remove the XXXSorter to improve sort performance

Open

#36 058 ouverte le 8 juil. 2022

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)Go (6 186 forks)batch import
good first issuetype/enhancement

Métriques du dépôt

Stars
 (40 090 stars)
Métriques de merge PR
 (Merge moyen 14j 4h) (346 PRs mergées en 30 j)

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 .

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

  • #36061
  • #36062
  • #36063
  • #36064

Guide contributeur