You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're passing strings across the ABI boundary to represent static values. Most notable examples are properties and custom function names for hostcalls and callbacks. We should move away from those (string comparison is much more expensive than integers) and provide registries for well-known values supported across proxies.
Currently, we're passing strings across the ABI boundary to represent static values. Most notable examples are properties and custom function names for hostcalls and callbacks. We should move away from those (string comparison is much more expensive than integers) and provide registries for well-known values supported across proxies.
See discussion in #42 (comment).
The text was updated successfully, but these errors were encountered: