Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 372 Bytes

Synapse

Android module connector

Synapse using annotation processing for finding and calling methods in classes.

Synapse vs Reflection:

Example:

Synapse Reflection
2320 ms 3310 ms

You can run this test from here