Java 64位的性能是否优于32位版本?

编程入门 行业动态 更新时间:2024-10-25 07:30:39
本文介绍了Java 64位的性能是否优于32位版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我注意到 Sun 正在提供64位版本的Java。它的性能是否优于32位版本?

I noticed Sun is providing a 64-bit version of Java. Does it perform better than the 32-bit version?

推荐答案

定义您的工作量以及执行对您意味着什么。

Define your workload and what "perform" means to you.

这对我来说是一种令人不安的烦恼,作为一个长期存在的表演爱好者。特定变更是否表现更好首先取决于工作量,即你要求程序做什么。

This is sort of a running annoyance to me, as a performance geek of long standing. Whether or not a particular change "performs better" or not is dependent, first and foremost, on the workload, ie, what you're asking the program to do.

对于计算量很大的事情,64位Java通常会表现得更好。传统上,Java程序具有大量的I / O负载和繁重的网络负载; 64位与32位可能无关紧要,但操作系统通常会这样做。

64 bit Java will often perform better on things with heavy computation loads. Java programs, classically, have heavy I/O loads and heavy network loads; 64 bit vs 32 bit may not matter, but operating systems usually do.

更多推荐

Java 64位的性能是否优于32位版本?

本文发布于:2023-07-05 09:03:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1035516.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:性能   版本   Java

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!