From e4e5c54f2a32011cfa8082a8d15ba4ceb5d661af Mon Sep 17 00:00:00 2001 From: imhuster <14797903831@163.com> Date: Sat, 18 May 2019 11:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E5=8F=8A=E7=BC=93=E5=AD=98=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "docs/notes/\347\274\223\345\255\230.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/notes/\347\274\223\345\255\230.md" "b/docs/notes/\347\274\223\345\255\230.md" index 52e0636d..57e54403 100644 --- "a/docs/notes/\347\274\223\345\255\230.md" +++ "b/docs/notes/\347\274\223\345\255\230.md" @@ -198,7 +198,7 @@ Java 为了优化空间,提高字符串、基本数据类型包装类的创建 ## CPU 多级缓存 -为了解决 CPU 运算速度与主存 IO 速度不匹配的问题,引入了多级缓存结构,同时使用 MESI 等缓存一致性协议来解决多核 CPU 缓存数据一致性的问题。 +CPU 为了解决运算速度与主存 IO 速度不匹配的问题,引入了多级缓存结构,同时使用 MESI 等缓存一致性协议来解决多核 CPU 缓存数据一致性的问题。 # 四、CDN -- GitLab