diff --git a/translated/tech/20190812 Why const Doesn-t Make C Code Faster.md b/published/20190812 Why const Doesn-t Make C Code Faster.md similarity index 99% rename from translated/tech/20190812 Why const Doesn-t Make C Code Faster.md rename to published/20190812 Why const Doesn-t Make C Code Faster.md index 1151f829ed..852b62f0c7 100644 --- a/translated/tech/20190812 Why const Doesn-t Make C Code Faster.md +++ b/published/20190812 Why const Doesn-t Make C Code Faster.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (LazyWolfLin) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11339-1.html) [#]: subject: (Why const Doesn't Make C Code Faster) [#]: via: (https://theartofmachinery.com/2019/08/12/c_const_isnt_for_performance.html) [#]: author: (Simon Arneaud https://theartofmachinery.com)