I'm curious to understand the latency between the following function-to-function calls:
- Query/mutation to query/mutation
- Action to query/mutation
- Action to action
Empirically this has been significant enough (~50ms) to consider copy pasting code from the components in publicly facing queries instead of wrapping them, but then the issue is that my app doesn't recognize the component tables, e.g. "messages" for the agent component.
The ideal case ofc is that there's no overhead when calling a function from a function. A little birdie told me that substantial improvements are coming to this, so I'd love to hear more from the Convex team 
Tagging @plucky flame