xs5871 9c1bd210eb
Reduce key dictionary memory footprint
Instead of indexing `Key` objects that have multiple names by each
individual name, index by the set of names. This reduces the size of the
default key dictionary by a factor of between 2 and 3, and as result
also reduces reallocations/defragmentation.
Instead of instantiating all module/extension keys by default, append
them to the `maybe_key`-generator list.
2023-01-31 00:50:54 +00:00
..
2023-01-17 20:39:26 +00:00
2022-06-12 09:31:15 +00:00
2023-01-31 00:50:54 +00:00
2022-10-03 18:12:48 -07:00
2022-10-03 18:12:48 -07:00