我試圖證明RxJava與順序(我認爲是)阻塞計算相比的性能。 我在看this post和this SO question。根據經驗,使用System.currentTimeMillis()和Thread.sleep()進行基準測試在處理計算而不是I/O時不會產生一致的結果,因此我嘗試設置簡單的JMH基準測試。 我的基準計算兩個整數,並增加了起來: public class MyBenchmark
Im建立一個項目使用web3。 web3j.ethGetBalance("0x2910543af39aba0cd09dbb2d50200b3e800a63d2", latestBlock)
.observable()
.subscribeOn(rx.schedulers.Schedulers.io())
//This needs to be on the