Mercurial > hgrepos > Python > libs > ConfigMix
graph
-
Implement Configuration.items() and Configuration.values() without interpolating the valuesSun, 19 Dec 2021 16:04:40 +0100, by Franz Glasner
-
FIX: Do not filter-out all False values then interpolating (zero int, boolean False)Sun, 19 Dec 2021 14:36:18 +0100, by Franz Glasner
-
Performance: compute the length of the constant input strinc only once and compute the new rest earlier and use the computed value also in comparisonsSun, 19 Dec 2021 14:10:28 +0100, by Franz Glasner
-
Move convenient output from the performance script and command line arguments to select all or some performance numbersSun, 19 Dec 2021 14:05:14 +0100, by Franz Glasner
-
str.join(): use a list comprehension instead of a generator expression for performance reasonsSun, 19 Dec 2021 10:38:20 +0100, by Franz Glasner
-
Remove a temporary variable usageSun, 19 Dec 2021 10:35:06 +0100, by Franz Glasner
-
Using generator expressions to directly create tuples is a not so good idea performance-wise.Sat, 18 Dec 2021 18:44:21 +0100, by Franz Glasner
