-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
slim::expr::FuncCall concrete implementations currently just call Object::call_method(name, args).
This results in doing a lookup on every invocation. It could be cached so that if the call is made for the same self-type as last time, the lookup is skipped.
Reactions are currently unavailable