Open sjshuck opened 3 years ago
Profiling reveals slice
is slow, and it's Text.copy
's fault. A hacked version where all slices are thin is orders of magnitude faster.
Manually testing this with 2.0.2 shows it's a problem again. Since when, I don't know. EDIT: It was 2.0.2 exactly that introduced the regression.
Details here.