opengds / OpenGDS

Open GOOP Development Suite
MIT License
54 stars 14 forks source link

Improve Destroy.vi speeds #84

Closed Bas-vE closed 1 year ago

Bas-vE commented 1 year ago

A colleague of mine had the idea to remove the unbundle by name from the destroy.vi because after deleting the data value reference it will give you all the data in the data value reference. He also did a benchmark, which shows that for larger datasets in the attributes it takes half the time. We've also tested this with references of other classes in the attributes and this shows no problems.

image

TestDestroyPerformance.zip

MikaelHolmstrom commented 1 year ago

I do like this :-)

MikaelHolmstrom commented 1 year ago

Done, also fixed the Singleton templates