我正在尝试测量PHP使用Merge Sort对数据进行排序所需的时间。当我尝试对10.000+数据进行排序时,使用if (localStorage.getItem("todolist") != null) {
$('#todoList').html(localStorage.getItem("todolist")); // This reads items in our local storage
}
的计算始终返回如下值:
microtime(true)
那甚至不到1秒。 PHP真的那么快吗?当我对数据进行排序时,我需要等待几秒钟,直到页面完全加载。也许我的代码有问题。
2.8610229492188E-6
4.0531158447266E-6
9.5367431640625E-7