I\'ve looked at JBoss\' Weld Reference Implementation of JSR-299 Contexts and Dependency Injection, and I wanted to know how others CDI implementations compare to each other
Quick overview of the protagonists:
So, if I had to pick one implementation at the time of writing this, I would pick the RI (i.e. Weld) because it's ready and can be used "standalone" (ready doesn't mean it has been widely used).
If you're looking for some performance comparison (what else would you like to compare?), I don't think you will find such a benchmark for now.
In any case, if you want to use CDI, just do it.