Brandon Williams
Brandon Williams
Hi @johnpatrickmorgan, rather than maintaining a whole fork of this library, are you able to instead maintain a repo that ships its own snapshot strategy for `WKWebView`? I believe it...
Hey @fnazarios, we are going to revert this because it is causing troubles with Swift builds due to various compiler bugs. However, we don't think it's really needed. Since MapKit...
Hi @eeckstein, we typically see the problem surface when key paths are passed into generic contexts. This little benchmark shows that key paths are ~7x slower than closures (on my...
Hi @eeckstein, fair enough! Here's another benchmark that shows the problem that doesn't involve globals. In this one I am passing a key path into a generic context, and then...
Hi @eeckstein, thank you very much for the responses and info. > 1. We can improve the compiler to e.g. constant fold global keypaths (like in your first benchmark), or...
Hi @o-nnerb, thanks for taking the time to look into this, but we are not likely to merge this PR anytime. There are far too many changes for us to...