I haven’t really played too much with the databinding so I’m not entirely sure about speed, but I know the android extentions is basically going to generate
view.findViewById()
for all of the views in the xml file so it more like a shortcut method. Databinding seems like it goes in the opposite direction letting your views interact with the data.