const-evaluation
See original GitHub issueSummary
Const-evaluation, language team impact
Links
- Repository rust-lang/const-eval
- Zulip stream
t-compiler/const-eval
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:21 (18 by maintainers)
Top Results From Across the Web
Evaluation costing | BetterEvaluation
Evaluation expenses are highly situational and there are no magic formulas for calculating costs. After developing the budget matrix to identify what needs ......
Read more >Definition of Cost Evaluation - Bizfluent
In general terms, cost evaluation is the process of determining how resources are used. It can be on any scale, from as focused...
Read more >Cost Analysis in Program Evaluation: A Guide for Child ...
When a consistent approach is used to collect and analyze cost data, cost analysis can also support comparisons of costs across services, programs,...
Read more >Cost Analysis in Evaluation - University of Arizona
Cost analyses can provide estimates of what a program's costs and benefits are likely to be, before it is implemented. "Ex-ante" or "before...
Read more >FAQ: How Much Will an Evaluation Cost?
MEASURE Evaluation (2019) ... The cost of an evaluation is dependent on many factors, including the objectives, design, methods, sample size, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am particularly happy about the last point. 😄 We are almost done with the multi-year effort of cleaning up the story around promotion. There is one last thread left to discuss, see https://github.com/rust-lang/rust/issues/80619 for details.
Status update
From my perspective, the main thing happening here that is relevant for t-lang is https://github.com/rust-lang/rfcs/pull/3016. This will unblock stabilizing some
unsafe
operations inconst fn
.There’s also a bunch of work going on under the hood on the implementation side (moving towards valtrees), but at least for now these should not have any visible effects. Longer-term I think this will be a great foundation for cleaning up our “structural equality” story around consts in patterns.