Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 在 64 位 java 中使用 longs 而不是 ints 会受益
我有一个需要尽可能优化的算法。公认的观点是,当原始操作类型与 CPU 的“位数”相同时,整数数学运算速度最快。如果我的目标是 32 位和 64 位平台,int 和 long 之间是否存在性能差异?