We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5d96e commit 12e6f25Copy full SHA for 12e6f25
README.md
@@ -77,10 +77,10 @@
77
78
|优化方式|图像分辨率 |半径|速度|
79
|---------|----------|-------|-------|
80
-|C语言实现+单线程|4272*2848|11||
81
-|SSE优化+单线程|4272*2848|11||
82
-|C语言实现+单线程|4272*2848|21||
83
-|SSE优化+单线程|4272*2848|21||
84
-|C语言实现+单线程|4272*2848|31||
85
-|SSE优化+单线程|4272*2848|31||
+|C语言实现+单线程|4272*2848|11|163.16|
+|SSE优化+单线程|4272*2848|11|123.83|
+|C语言实现+单线程|4272*2848|21|167.81|
+|SSE优化+单线程|4272*2848|21|126.98|
+|C语言实现+单线程|4272*2848|31|168.62|
+|SSE优化+单线程|4272*2848|31|126.17|
86
0 commit comments