jsohpill

Results 3 comments of jsohpill

> 测试方法有问题,通过多线程的方法测试 `System.currentTimeMillis();` 性能确实弱于`SystemClock.now(); ` 和 `new Date()` > > 测试代码: > > ``` > public class A { > > public static void main(String[] args) { > Date d1...

加了锁的性能有测试过吗?