Understanding the upsides and downsides.
I'm wondering, does importing the full library take up memory or slow things down in the scope of a larger project?
Typically, I don't see much of a difference. If you really care about milliseconds of performance gains, then may be you should consider having only that stuff which matters. But other than polluting the namespace, there isn't a big difference.
Thanks for the response and giving me something to think about!
I'm wondering, does importing the full library take up memory or slow things down in the scope of a larger project?
Typically, I don't see much of a difference. If you really care about milliseconds of performance gains, then may be you should consider having only that stuff which matters. But other than polluting the namespace, there isn't a big difference.
Thanks for the response and giving me something to think about!