Page MenuHomePhabricator

Reduce the performance cost of object validation
Open, Needs TriagePublic

Description

We observed (in T310093#8124847) that object validation code accounts for over 60% of function call latency.

Things to investigate:

  • Can we get by with less validation?
  • Can we make validation more efficient?

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
Use heuristic type-checking instead of validation when resolving.repos/abstract-wiki/wikifunctions/function-orchestrator!6jforrestergerrit-823187main
Customize query in GitLab

Event Timeline