expr icon indicating copy to clipboard operation
expr copied to clipboard

Estimated expression cost

Open antonmedv opened this issue 1 year ago • 0 comments

Add an ability to calculate on compile step estimated cost of expression evaluation.

We can add a tag for fields:

type Env struct {
    List []string `expr:"list",size:"100"`
}
``

antonmedv avatar Apr 15 '24 14:04 antonmedv