03-13-2007 07:54 AM
Wiebe wrote;
"
We did a little test recently (we don't have benchmarks though). Getting/searching an item is generally faster then searching an array, but inserting new items is slower then simply attaching to an array. If you search an item at the beginning of an array, the array search can be faster, because the search routine will stop as soon as the item is found.
... I'm stuck in 7.1 for now,
"
This is very promising if these results are for LV 7.1.
Boy if I was not dancinge with so many people at the moment I'd chase this in LV 8.2.
At the very worst i'll try to include this twist in the Action Engine Nugget (whenever I get around to writing that one). I am always interested in making action engines go faster.
Ben
03-13-2007 07:57 AM
Hey all,
@Tomi M wrote:
p.s. You may want to upgrade to LV 8.20 or later as the speed of variant attributes has increased by a giant leap. Or that's what they say.
I feel the pain of being stuck in 7.1...
wiebe@CARYA wrote:
Perhaps someone can do some benchmarking? I'm stuck in 7.1 for now, and the variants are not optimized in this version.
03-13-2007 08:16 AM
03-13-2007 10:10 AM
03-13-2007 10:12 AM
Hey,
An action engine hmmm....is this anything like a runtime engine?
03-13-2007 12:05 PM
Nope. They are type2 globals on steroids.
http://forums.ni.com/ni/board/message?board.id=170&message.id=142057&requireLogin=False
03-13-2007 12:55 PM
03-13-2007 01:18 PM
@Steve.Briggs wrote:
An action engine hmmm....is this anything like a runtime engine?
More like a fire engine.
Or, since this is Ben, maybe more like a steam engine?
An action engine is Ben's term for a functional global which includes extra actions other than just holding the data.
03-14-2007 09:23 AM
Tomi wrote:
"p.s. You may want to upgrade to LV 8.20 or later as the speed of variant attributes has increased by a giant leap."
We were just discussing this at work, and I was under the impression the performance improvements were implemented in 8.0 release according to release notes. Is there any evidence either written or benchmarked showing improvements in 8.2?
Interesting post on Sets. I think however it is more than a nugget-more like an LTR article. Hey, LTR lives on in the forums!
Posted this on Breakpoint by accident-sorry working in a cramped env at the moment.
Thanks, Rick
03-14-2007 10:29 AM - edited 03-14-2007 10:29 AM
Message Edited by Tomi M on 03-14-2007 06:32 PM