Skip to content

Event Bus, with some modifications for the system to function properly within Kilt.

License

Notifications You must be signed in to change notification settings

KiltMC/EventBus

 
 

Repository files navigation

EventBus

EventBus is designed to be a simple subscriber-publisher framework. Originally inspired by Guava, with intentions to be faster by replacing reflection with generated accessor classes. EventBus is intended to be a generic library usable in any project. It has grown larger API/Feature/Complexity/Dependency wise then it was ever intended, and thus will be receiving some redesigns and simplification eventually.

The major focus of EventBus is fast event dispatching. As such any changes should have benchmarks run. See Benchmarking.

Thanks

YourKit

YourKit for providing us access to their YourKit Java Profiler which helps identify bottlenecks and places for improvment.

About

Event Bus, with some modifications for the system to function properly within Kilt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.9%
  • Groovy 9.1%