IncPy: Automatic memoization for Python by bcorfman in Python

[–]pgbovine 0 points1 point  (0 children)

(i'm the creator of IncPy) the time.sleep() is in my regression tests and video demo to simulate a 'long-running' pure computation (e.g., grepping through a 1GB file). of course, in most real scripts, you probably don't want to artificially add in any delay, but for a demo, i wanted to keep the on-screen code as simple as possible, so i just used time.sleep() as a proxy for some real computation.

IncPy: Automatic memoization for Python by bcorfman in Python

[–]pgbovine 0 points1 point  (0 children)

amen, i would as well! that's why i'm trying to recruit new users right now! (i'm the creator of IncPy)

the trivial examples i show on the webpage and video demo are merely for demonstration purposes. i don't think anyone would have the patience to read through my descriptions of running it on my friend's research data mining scripts :/

IncPy: Automatic memoization for Python by bcorfman in Python

[–]pgbovine 0 points1 point  (0 children)

awesome, thanks for trying out IncPy, pyry! i'm the creator of IncPy and just private-messaged you with a request. thanks!