Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Processing Speeds

#2
The short answer is in the following order:
  1. c++插件接口
  2. C++ API
  3. Python API
The long answer is:
Every time you trigger a specific action (either through the GUI, the API or the plugin interface), the action takes the same amount of time in all scenarios.

The Plugin interface is an order of magnitude faster if you need to do a lot of interactions through the API. More information here:
//m.sinclairbody.com/doc/en/PlugIns/index.html

The native GUI is as fast as the user can be. Once an action is triggered, the speed is the same for all platforms.

If you compare among the different implementations of the API, C++ is much faster than Python or Matlab as a programming language.


Messages In This Thread
Processing Speeds - byjccourtney- 12-17-2019, 06:46 PM
RE: Processing Speeds - byAlbert- 12-17-2019, 09:03 PM
RE: Processing Speeds - byjccourtney- 12-17-2019, 09:29 PM
RE: Processing Speeds - byAlbert- 12-17-2019, 10:23 PM
RE: Processing Speeds - byjccourtney- 12-18-2019, 11:35 PM
RE: Processing Speeds - byAlbert- 12-20-2019, 08:02 PM
RE: Processing Speeds - byjccourtney- 12-27-2019, 06:47 PM



Users browsing this thread:
1 Guest(s)