Archive
文章列表
按当前筛选条件继续浏览文章。
Complexity Hiding and Transfer in "Maintainability Optimization"
阅读When complexity is simply moved from large functions to the class hierarchy, configuration, and call chains, the system is usually not more maintainable.
Cache hit rate and cache policy quality
阅读The hit rate is only a result indicator. What really determines the system cost is the failure mode, return pressure and error propagation radius.