How Java/Scala synchronized affect performance?

前端 未结 0 1088
你的背包
你的背包 2021-01-26 11:48

I am using scala, a timing function to time the method.

def timing()(f: => T) = {
  val start = System.currentTimeMillis()
  val result = f
  val          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题