I have a module that was compiled with CS10.0 Builder and runs mostly fine with CS10.5. The one catch is performance: The module contains some heavy operations and runs many times slower on CS10.5. However, once I recompile the module for CS10.5 it run more or less at the same order as it does on CS10.0.
I'm now finding modules on the Knowledge Center (e.g., Content Server UI Widgets) that are compatible with CS10.0 and CS10.5. Are these modules somehow optimized for both CS10.0 and CS10.5? Or is the performance hit for maintaining backwards compatibility not a concern for these types of modules?
Thanks, Chris