by sond813 on 12/2/21, 5:31 PM with 12 comments
by earthboundkid on 12/4/21, 5:46 AM
by andrekandre on 12/4/21, 12:39 AM
> The concept behind zconform is to eagerly load all possible protocol conformances and store them in a map keyed by the protocol’s address in memory.
if it works well in most scenarios, couldn't this just be implemented directly in the swift runtime at some point?by olliej on 12/4/21, 5:37 AM
by syspec on 12/4/21, 7:26 AM
Is the goal to make it faster later? What can be done to get closer to that goal?