Library registration and loading

Library registration and loading

142 Downloads

Consider dropping library sharing between add-ons feature and instead put library on the add-on namespace

SanjoSolutions opened this issue ยท 0 comments

commented

Pros:

  • Each add-on can use the exact version of "Library" that a dependency was declared on.

Cons:

  • Higher memory usage because the same library might be loaded multiple times into memory. One instance per add-on. This seems to be little extra memory usage for small libraries.