uberswe / go-plugin-benchmark

Benchmark comparing the go plugin package to other plugin implementations
MIT License
46 stars 4 forks source link

Benchmark WasmEdge #7

Open Seb-C opened 11 months ago

Seb-C commented 11 months ago

Could you please add a benchmark for this one?

https://wasmedge.org

It's not exactly a plugin system, but it can achieve the same results, and has a similar architecture to knqyf263/go-plugin.

I wonder if a comparison of the performance of the plugin depending on the language would be interesting here.

Thanks!

uberswe commented 11 months ago

Thanks for the suggestion, it looks interesting and I am not exactly sure where I would draw the line for what to compare. I guess I want to try to avoid benchmarking different programming languages as Java might perform better or worse than Rust for some implementation for example.

I will look into it and try to get an implementation going that matches the other benchmarks. I have marked this issues with "help wanted" if someone else would like to open a PR and help contribute before I get around to it 😄