To speed up the sorting you first have to find what is consuming time. In your case the slower part of your code is: for(i = 0; i < rlen; i++){ rows[i].
確定! 回上一頁