define method Base.convert(::Type{Nothing}, ::MyType)
causes latency/recompilation when using
in second time
#51389
Labels
compiler:latency
Compiler latency
Here is a small example to reproudce this problem:
convert
method for convert this new Type to TypeNothing
;using MyPkg
twice, the second timeusing
is very very slow and looks like doing recompilation;Julia Version: 1.9.3
OS: I reproduce this problem in both Win10 && Unbuntu
The text was updated successfully, but these errors were encountered: