Open
Description
Converters are instantiated (and then memoized) lazily on first use. Since this is a rather heavy operation, it can influence timing-sensitive code as recently observed in Aleph's test suite. This is bit of a gotcha which was even brought up in a past issue already. That resulted in the introduction of a precache-conversions
API. However, it later got removed again without further explanation. In any case, the fact that this issue came up again indicates that such an API would still be desirable.