Closed tatarize closed 3 years ago
I'm not expecting a performance hit. Only the first ever import
should do the heavy lifting of actual module import. It should stay "imported" in the interpreter instance afterwards. Further import just bring the module back in the local namespace.
In the header requires all users to import rather than just those calling npoint features.
Corrects #72 See: meerk40t/meerk40t#270
@abey79 I've not actually checked the on the fly import checking for speed so if this gives you a performance hit you might want to make arrangements you feel are appropriate.