Welcome, Guest
Username: Password: Remember me
Visual Objects

Please use this forum to post questions about Visual Objects and Vulcan.NET
  • Page:
  • 1

TOPIC:

Runtime Performance experience VO->X# 19 Feb 2017 18:11 #1264

  • ArneOrtlinghaus
  • ArneOrtlinghaus's Avatar
  • Topic Author


  • Posts: 348
  • Now much VO code is transferred to X# and is in our test phase. What I can say about the performance of the programs:
    - When opening the program and having open few data windows, the X# compiled program is about 10% slower than the VO program.
    - When having open 10 or more data windows, the X# compiled program is faster than the VO program (to say the truth: It gets less slowlier than the VO program, also in Dotnet Garbage Collection needs CPU, but is much better working than in VO.

    What I have done until now for performance optimization:
    - In the VO GUI classes and in our basic window classes much more code is strong typed early bound. Especially everything which is related to Windows messages/Events can influence performance.
    - With the Telerik Just Trace Performance parts I have found some big CPU consumers and rewritten these parts.

    So summarizing this experience I can say that the performance does not seem to be a big problem for the way to Dotnet, also using much old "ugly" code. I hope that in the nexts months I will have some more experience running the programs also on other computers.

    Arne

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1