邀请大家来测试一哈 wordcount 的效率

朋友们,写完了代码,来测试一哈效率吧。

(不能下载的话右键保存试试)

测试文件下载

下面是大概的测试原理

public  static  void main(String[] args){
        long start = System.currentTimeMillis();
        new WordCount().wordCount(args);
        long end =  System.currentTimeMillis();
        System.out.println(end-start);
    }

下面是 MrBlankSpace 同学的战绩。

bobo

下面是我的成绩(对比出上面的牛逼)

me

诚挚邀请朋友们来挑战 MrBlankSpace 同学。

2018-09-23-21:24更新

下面是 爱你的我 同学的成绩

silver

猜你喜欢

转载自www.cnblogs.com/hqweay/p/9693755.html