I was told that object oriented code is significantly slower when working with multiple clients interacting with a cloud-based server, and not worth considering. From what I understand, if treated as an interpreted language, the difference in speed is negligible when compared to other possible optimizations that could be made. Is it truly different for compiled Javascript, say through Rhino perhaps?
I am not privy to the architecture of the code yet, and I could not find any information that answered my question elsewhere. The code is written in Javascript. Memory footprint is not an issue.
Thank you.