capability
capability copied to clipboard
Benchmark for Capability V.S. other effect handling libraries
Is there any official benchmark comparing Capability with other libraries, for example, mtl? If there's none, is there any plan to provide one?
Oh dear! I'm really sorry. I had missed your issue.
There is no official benchmark, as of now. Nor is it quite clear to me what benchmark would be meaningful. If you have suggestions, I'd be absolutely willing to include them.
It's not a benchmark, but perhaps interesting in this context anyway. A while ago I compared the generated core using MTL directly vs. Capability on top of MTL on a very small example. At least in that case the generated core was identical, meaning Capability introduced no runtime overhead.