Created by: zeffii
addresses a massive waste of resources by caching the enum gathering/compilation step. User can reset this process, for whatever reason by doing
>>> import sverchok
>>> sverchok.utils.sv_extra_search.loop["results"] = None
this might resolve #4294 (closed)
In the 5 years+ of using this feature, i've rarely needed to expect this enum
to be hot-updateable. ("live"). Any changes that the enum would have detected would only ever have been noticed after an f8 / restart anyway.