devlooped/Merq

Benchmark dynamic dispatch performance characteristics

kzu opened this issue · 0 comments

kzu commented

Without dynamic dispatch for public types:

image

With dynamic dispatch for public types:

image

It looks like dynamic dispatch improves significantly the allocation profile with marginal performance benefit too.

So we'll keep it for now.