plsql-qr-code icon indicating copy to clipboard operation
plsql-qr-code copied to clipboard

Upfront initialization of reference tables

Open kukimik opened this issue 1 year ago • 0 comments

This is the easiest and probably the least controversial among changes announced in #10.

This PR moves the initialization of the lookup tables to the moment the package is initialized. It improves the performance when the package is called multiple times in a single session. As the data in the reference tables does not change during execution, it makes little sense to fill these variables anew every time a QR code is generated.

kukimik avatar Jul 08 '24 12:07 kukimik