如果 J***a 有 goroutine ,你們還會用 golang 嗎 ?

Views :
Update time : 2025-06-19 09:35:12

在1-10000000 之间寻找素数,同样逻辑,四核cpu,16g内存配置下,执行时间 j***a 13.76s ,go 37.14s。

自己做实验才知道哪个更快。

在虚拟线程 我这个cpu密集计算中胜goroutine。

j***a代码:Time take: PT13.185036S import j***a.util.concurrent.atomic.AtomicInteger; import j***a.time.Duration; import j***a.time.Instant; public class PrimeFinder { public static boolean isPrime(int n) { if (n <= 1) { return false; }…。

如果 J***a 有 goroutine ,你們還會用 golang 嗎 ?
Related News
Read More >>
Blog Post With Youtube Video 你从别人的旧硬盘里发现了什么有趣的东西?
2025-06-25 19:55:11
你从别人的旧硬盘里发现了什么有趣的东西?...
Blog Post With Youtube Video 为什么当领导的不能把话说明白?
2025-06-25 21:00:11
为什么当领导的不能把话说明白?...
Blog Post With Youtube Video 现代艺术只考虑意义、不考虑美感吗?
2025-06-25 20:40:11
现代艺术只考虑意义、不考虑美感吗?...
Blog Post With Youtube Video 你们都什么时候对男女之事开窍的?
2025-06-25 20:35:11
你们都什么时候对男女之事开窍的?...

Leave Your Message