[[foo]get[title]]
vs [{foo!!title}]
Identical output, but is there a difference in speed?
If there is a speed difference, it’d be interesting to get a grasp of its size. (It could be significant in e.g complex filtering or nested lists)
EDIT: My original post asked [[foo]get[title]]
vs {{foo!!title}}
(i.e the second one was not a filter but a direct transclusion) but @Mohammad 's post here below made me realize my error.