Questions tagged «arraycopy»

5
为什么System.arraycopy是Java固有的?
我很惊讶在Java源代码中看到System.arraycopy是本机方法。 当然,原因是因为它速度更快。但是,能够采用哪些本机技巧使代码更快呢? 为什么不只是循环遍历原始数组并将每个指针复制到新数组-当然这不是那么慢且麻烦吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.