java.interop icon indicating copy to clipboard operation
java.interop copied to clipboard

Reconsider using Lazy<T> in Java.Interop.dll

Open radekdoulik opened this issue 6 years ago • 0 comments

Context: https://github.com/xamarin/java.interop/pull/416

Let analyze how it plays with linker. It might be pulling in too much code. It might be more efficient to replace it with custom implementation of lazy initialization.

radekdoulik avatar Dec 17 '19 15:12 radekdoulik