Java synchronization and performance in an aspect

后端 未结 5 720
失恋的感觉
失恋的感觉 2021-01-05 18:14

I just realized that I need to synchronize a significant amount of data collection code in an aspect but performance is a real concern. If performance degrades too much my t

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-05 18:56

    There should be a performance difference between a built-in language construct and a library, but experience has taught me not to guess when it comes to performance.

提交回复
热议问题