greenrobot / EventBus

Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
http://greenrobot.org/eventbus/
Apache License 2.0
24.67k stars 4.66k forks source link

use Android Handler Async API to improve the performance #712

Open tomridder opened 1 year ago

tomridder commented 1 year ago

diff

use Android Handler Async API to improve the performance #548

all the testcase in EventbusTest and EventbusTestJava has been passed

and the delivery time of post 1000 events in Main Thread And MainOrder in Handler.CreateAsync() method beats 2000ms ~3000ms than new Handler() method

u guys can check the attackment out

greenrobot-team commented 1 year ago

Thank you very much! We'll consider this for an upcoming release.

tomridder commented 1 year ago

Thank you very much! We'll consider this for an upcoming release.

my pleasure :) by the wat, did you guys receive my job apply email ? cause i don't have any reply since i sent it ~ maybe it 's lost