Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rename an internal structure TotalWeight to TotalCost. - Lightly refactored.
- Loading branch information
- Rename an internal structure TotalWeight to TotalCost. - Lightly refactored.
427e67f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, cost usually means the miss penalty, so ristretto‘s use like this was awkward imho.
427e67f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouch. Cost has other meaning in cache. OK. I will rename them back to weight. Thanks for letting me know!