1
0
forked from aniani/vim

patch 8.2.2065: using map() and filter() on a range() is inefficient

Problem:    Using map() and filter() on a range() is inefficient.
Solution:   Do not materialize the range. (closes #7388)
This commit is contained in:
Bram Moolenaar
2020-11-28 20:32:29 +01:00
parent ebec3e29b8
commit f8ca03bf91
3 changed files with 88 additions and 30 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2065,
/**/
2064,
/**/