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
refactor: refine cost model parameters for Value builtins
Updated cost parameters based on fresh benchmark data analysis:
- lookupCoin: Adjusted intercept (284421→179661) and slope (1→7151)
to better reflect actual performance with varying currency counts
- valueContains: Changed from added_sizes to linear_in_y model with
refined parameters (intercept 42125119→1000, slope 30→130383)
- valueData: Reduced constant cost (205465→153844) based on updated
profiling results
- unValueData: Switched to linear_in_x model with refined parameters
(intercept 10532326261→1000, slope 431→33094)
All three cost model variants (A, B, C) updated for consistency.
0 commit comments