I have had a question with regards to Rhino WIP.
I heard that “Multiplication (AxB)” could handle the problem of large numbers by Rhino WIP, previously.
However, “Duplicate Data (Dup)” has had another problem afterwards, as the attached image shows.
I was just wondering if there is any solution to that problem.
Yeah that’s a problem all right. Data in grasshopper is stored inside reference types, meaning a 64 bit pointer per item. Add to that the data itself, in this case a 64 bit floating point number. That’s 128 bits or 8 bytes per item. 8 × 329875432 = roughly 2500 megabytes of memory being used to store the value 0.5 over and over again.