Prebuilt stubs for Sdk to speed-up indexing

For Python 3.6 it makes 2x indexing performance improvement
This commit is contained in:
Dmitry Trofimov
2017-08-23 17:23:48 +02:00
parent 65f8625d44
commit 430de6177f
13 changed files with 472 additions and 14 deletions
@@ -45,6 +45,11 @@ abstract class PyCharmPropertiesBase extends ProductProperties {
include(name: "*.pdf")
}
}
context.ant.copy(todir: "$targetDirectory/indexes") {
fileset(dir: "$context.paths.projectHome/indexes") {
include(name: "sdk-stubs*")
}
}
}
@Override