How could a user know if a block he is using is slow or fast?
For example, Variant attribute is organiazed in a red balck tree, thus, a search is O(log(n)) while a regular array search is much slower O(n).
At the moment there are two options:
1. Benchmark each code section.
2. Read about tricks on the forums.
Instead, if NI added efficiency alanisys to each function with a simple automatic tool then we could easily find what we are searching for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 3 kudos within 3 years after posting will be automatically declined.