You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cost-model): apply statistical models from updated Value benchmarks
Update cost parameters for Value builtin functions based on newly
generated statistical models from benchmark data:
- lookupCoin: Reduced base cost from 284421 to 272043 CPU units
- valueContains: Dramatically reduced from 42125119 to 6684283 CPU units
- valueData: Slight increase from 164963 to 167190 CPU units
- unValueData: Reduced base cost from 10532326261 to 1000 CPU units
These updates replace placeholder costs with parameter-driven models
derived from benchmarking, making Value operations significantly more
efficient on-chain while maintaining conservative safety margins.
0 commit comments