Re: Chained behavior performance seems fine

2018-01-25 Thread Tom Glod via use-livecode
cool thanks for sharing that little test. solves that curiosity. On Wed, Jan 24, 2018 at 3:59 PM, Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Wow, I hope you scripted setting up that test... > On Wed, Jan 24, 2018 at 1:35 PM Geoff Canyon via use-livecode < > use-livecod

Re: Chained behavior performance seems fine

2018-01-24 Thread Brian Milby via use-livecode
Wow, I hope you scripted setting up that test... On Wed, Jan 24, 2018 at 1:35 PM Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > I was curious about the performance of chained behaviors, so I created a > stack to time them. I compared a button with a behavior to a button wi

Chained behavior performance seems fine

2018-01-24 Thread Geoff Canyon via use-livecode
I was curious about the performance of chained behaviors, so I created a stack to time them. I compared a button with a behavior to a button with a chain of 100 behaviors, with the code in the very last button. The performance diving through 99 extra behavior links was pretty decent -- I was calli