Commit c74fbfe
committed
patch 8.2.0524: Win32: searching for file matches is slow
Problem: Win32: searching for file matches is slow.
Solution: Instead of making another round to find any short filename, check
for the short name right away. Avoid using an ordinary file like a
directory. (Nir Lichtman, closes #5883)1 parent 00d253e commit c74fbfe
2 files changed
Lines changed: 17 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
3047 | 3048 | | |
3048 | 3049 | | |
3049 | 3050 | | |
| 3051 | + | |
3050 | 3052 | | |
3051 | 3053 | | |
3052 | 3054 | | |
| |||
3161 | 3163 | | |
3162 | 3164 | | |
3163 | 3165 | | |
| 3166 | + | |
3164 | 3167 | | |
3165 | 3168 | | |
3166 | 3169 | | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
3167 | 3175 | | |
3168 | 3176 | | |
3169 | 3177 | | |
3170 | 3178 | | |
3171 | 3179 | | |
3172 | 3180 | | |
3173 | 3181 | | |
3174 | | - | |
| 3182 | + | |
| 3183 | + | |
| 3184 | + | |
| 3185 | + | |
3175 | 3186 | | |
3176 | 3187 | | |
3177 | 3188 | | |
3178 | 3189 | | |
3179 | 3190 | | |
3180 | 3191 | | |
3181 | | - | |
| 3192 | + | |
| 3193 | + | |
3182 | 3194 | | |
3183 | 3195 | | |
3184 | 3196 | | |
| |||
3207 | 3219 | | |
3208 | 3220 | | |
3209 | 3221 | | |
| 3222 | + | |
3210 | 3223 | | |
3211 | 3224 | | |
3212 | | - | |
3213 | | - | |
3214 | | - | |
3215 | | - | |
3216 | | - | |
3217 | | - | |
3218 | | - | |
3219 | | - | |
3220 | | - | |
3221 | | - | |
3222 | | - | |
3223 | | - | |
3224 | | - | |
3225 | | - | |
3226 | | - | |
3227 | | - | |
3228 | 3225 | | |
3229 | 3226 | | |
3230 | 3227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| 741 | + | |
| 742 | + | |
741 | 743 | | |
742 | 744 | | |
743 | 745 | | |
| |||
0 commit comments