📝Memoization
I can use WeakMap in js to memoize object -> computation results
WeakRef can be used to memoize non-object keys
As of stage 3 proposal and is not supported in any browser.
it is a
I can use WeakMap in js to memoize object -> computation results
WeakRef can be used to memoize non-object keys
As of stage 3 proposal and is not supported in any browser.
it is a