diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-07-15 17:30:59 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-07-17 09:04:08 +0000 |
commit | e8ddeef1ce55076a08106f4b4ffb074618f66b19 (patch) | |
tree | dfe55e5b1ae0dbd62f2b883d38df2a3ae8aa9f84 /.pylintrc | |
parent | ef7bf9ddae536221589f52654fb7e2aed1319cd6 (diff) | |
download | buildstream-e8ddeef1ce55076a08106f4b4ffb074618f66b19.tar.gz |
utils: Extract 'url_directory_name' to a cython module
`url_directory_name` is heavily called from any downloadable source
plugin, and moving it to cython gives a more than 10x speedup
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ extension-pkg-whitelist= buildstream.node, buildstream._loader._loader, buildstream._loader.types, + buildstream._utils, buildstream._variables, buildstream._yaml |