Mercurial > hgrepos > Python > libs > ConfigMix
changeset 534:07199a532bf8
Changelog
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 21 Dec 2021 09:43:34 +0100 |
| parents | e43db776f80a |
| children | 16f077229ec2 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon Dec 20 22:46:08 2021 +0100 +++ b/CHANGES.txt Tue Dec 21 09:43:34 2021 +0100 @@ -27,7 +27,11 @@ :py:meth:`configmix.config.Configuration.interpolate_variables` - **[misc]** - Improved overall performance by a factor of 0.25 to 0.3 + Improved overall performance by a factor of 0.25 to 0.3 using + algorithmic changes. + +- **[misc]** + Improved performance by internal caching. - **[bugfix]** Implement :py:meth:`~configmix.config.Configuration.values` and
