There is a real problem of performance with extension methods (at least with Hotspot). Extension methods create megamorphic call sites and Hotspot is not able to inline them. Rémi