Skip to content

costs: Unified cost model and strategy - #1441

Open
TristonianJones wants to merge 3 commits into
cel-expr:masterfrom
TristonianJones:cost-moves
Open

costs: Unified cost model and strategy#1441
TristonianJones wants to merge 3 commits into
cel-expr:masterfrom
TristonianJones:cost-moves

Conversation

@TristonianJones

Copy link
Copy Markdown
Collaborator

Introduce a unified cost model framework

This allows for the specification of cost semantics as a relationship between function arguments

  • Helpers for common case computations, such as O(n) or O(n^2)
  • Supports size tracking of recursive object structures
  • Self-consistent generated trackers and estimators
  • Flexible sizing strategies for runtime and check-time
@TristonianJones TristonianJones changed the title Unified cost model and strategy Aug 31, 2026
Comment thread common/cost/model.go Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants