提交 46464f46 authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved performance on some platforms

上级 35fb0661
...@@ -26,7 +26,7 @@ public class ObjectUtils { ...@@ -26,7 +26,7 @@ public class ObjectUtils {
* found by running tests using the Sun JDK 1.4 and JDK 1.6 on Windows XP. * found by running tests using the Sun JDK 1.4 and JDK 1.6 on Windows XP.
* The biggest difference is for size smaller than 40 (more than 50% saving). * The biggest difference is for size smaller than 40 (more than 50% saving).
*/ */
private static final int MAX_JAVA_LOOP_COPY = 100; private static final int MAX_JAVA_LOOP_COPY = 50;
private ObjectUtils() { private ObjectUtils() {
// utility class // utility class
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论