From 9389b2fba91adc239d9d1c39eb500562f396e342 Mon Sep 17 00:00:00 2001 From: LazyWolf Lin Date: Tue, 13 Aug 2019 13:37:14 +0800 Subject: [PATCH] Translating Why const Doesn't Make C Code Faster. --- sources/tech/20190812 Why const Doesn-t Make C Code Faster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/tech/20190812 Why const Doesn-t Make C Code Faster.md b/sources/tech/20190812 Why const Doesn-t Make C Code Faster.md index c066e32129..c30d5bddfe 100644 --- a/sources/tech/20190812 Why const Doesn-t Make C Code Faster.md +++ b/sources/tech/20190812 Why const Doesn-t Make C Code Faster.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (LazyWolfLin) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) @@ -390,7 +390,7 @@ via: https://theartofmachinery.com/2019/08/12/c_const_isnt_for_performance.html 作者:[Simon Arneaud][a] 选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) +译者:[LazyWolfLin](https://github.com/LazyWolfLin) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出