From ce94e8ed60e3ccc63570cbc6028d7404037e80ae Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Sat, 14 Sep 2019 18:18:32 +0800 Subject: [PATCH] PUB @LazyWolfLin https://linux.cn/article-11339-1.html --- .../20190812 Why const Doesn-t Make C Code Faster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20190812 Why const Doesn-t Make C Code Faster.md (99%) 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)