Menu

#1 Page action execution tail recursion

version_0.8
closed-fixed
Sinon (2)
9
2005-08-25
2005-08-11
No

Sinon 0.8 implementation implements page action
execution in a tail recursion fashion as
CollectorExecutor.executePage() invokes
CollectorExecutor.executeAction() and vice-versa (for a
definition of this concept, see http://en.wikipedia.org/wiki/
Tail_recursion). This fact makes Sinon memory
consumption to be O^(n) when it could be O^(1) (n is the
number of chained page actions).

Discussion

  • Thiago H. de Paula Figueiredo

    • status: open --> closed-fixed
     
  • Thiago H. de Paula Figueiredo

    Logged In: YES
    user_id=971857

    Bug fixed in version 0.9.

     

Log in to post a comment.

Auth0 Logo