asaskevich / EventBus

[Go] Lightweight eventbus with async compatibility for Go
MIT License
1.74k stars 220 forks source link

Use of reflect #58

Open Albinzr opened 1 year ago

Albinzr commented 1 year ago

There are multiple places where reflect is being used. Wouldnt that cause performance issues?

sonhineboy commented 1 month ago

I'm curious about that, too