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.
为什么Java在涉及IO系统调用时需要从(到)直接内存复制堆内存?
有的文章说是GC的原因,但是我没看清楚。如果真的是因为GC,其他语言有这个问题吗,比如Go或者Python?