Somebody had a plugin with faster calculations that didn’t need to convert types… can anyone point me to that?
Perhaps there is a better way, although we need more information:
- What kind of math?
- Do you have an example?
- Is this is Grasshopper, or out in Rhino?
- In Python or C#?
Hello
in next edition of Nautilus plugin (or this one I don’t remember!!) there will be some tools to evaluate equations faster than GH1 components. Here it is 20 time faster.
At the moment I’ll put 3 components, they accept variable as x, y and z. I can add variable name.
But my tool is limited, it doesn’t accept -x and is not very good to tell where are the errors.
P.S.
It convert and equation to a pile of operation, Reverse Polish Notation
Reverse Polish notation - Wikipedia.
I remember it was a GH plugin someone was developing that would take arithmetic operations and make them much faster because it wasn’t converting under the hood between various object types. I’m sure I read about it here. Not sure it was Nautilus but that seems to be addressing similar concerns . For example I am doing a project with hundreds of thousands of multiplications, absolute values, and so on and grasshopper gets slow doing that.
edit: found it