I have built a couple scripting modules for Ignition, I am still new to Java and the module dev side so forgive me if this question is obvious or just dumb.
I was toying around with the idea of building an API to replace the module, and out of curiosity what would the performance difference be executing my module functions(performing database operations, calculations, etc.) vs using an API built in Go to use those same functions?
The only reason I am really curious about this is, I am more familar with Go and have already built an API similar to the Ignition module I made.
That being said, I don't really know how or where to start as far as measuring performance, and so I was hoping someone with more understanding of software would be able to answer my question.