clients/libs/common
Kai e823c27c8d
Only GetGlobals when we actually need them (#7855)
Since we only need it as a backup if accountVaultTimeoutAction is
null/undefined, there should be no need to call this function every time.

While the overhead may seem trivial at first glance, it can add up to a
massive increase in runtime when the function is called repeatedly in
quick succession (e.g. when running `bw list items` where it is executed
once for every item).

In my concrete case this change leads to a 20x speedup.
2024-02-20 15:51:32 +01:00
..
spec Link derived state fake to parent observable. (#7922) 2024-02-13 15:26:56 -05:00
src Only GetGlobals when we actually need them (#7855) 2024-02-20 15:51:32 +01:00
custom-matchers.d.ts
jest.config.js
package.json
test.setup.ts
tsconfig.json
tsconfig.spec.json