mirror of https://github.com/pulumi/pulumi.git
5eb8cd36e8
These changes improve the throughput and reduce the allocation volume of the filters used to redact config and credential secrets from logs and property values by replacing the use of strings.Replacer with an implementation based on the Aho-Corasick machine. In the common case where a value does not contain any secrets, the former allocates a new copy of the string while the former does not. In several real-world tests, this reduces the CLI's overall allocation volume by about 25%. |
||
---|---|---|
.. | ||
config.go | ||
creds.go | ||
creds_test.go | ||
loaders.go | ||
paths.go | ||
paths_test.go | ||
plugins.go | ||
plugins_install_nodejs_test.go | ||
plugins_install_python_test.go | ||
plugins_install_test.go | ||
plugins_test.go | ||
project.go | ||
project.json | ||
project_test.go | ||
settings.go | ||
templates.go | ||
templates_test.go | ||
workspace.go |