[Webkit-unassigned] [Bug 36469] New: webkitpy scripts need a nice way to do caching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 17:32:32 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36469

           Summary: webkitpy scripts need a nice way to do caching
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, cjerdonek at webkit.org


webkitpy scripts need a nice way to do caching

We have a zillion hand-rolled caching solutions in our various classes.  We
need to build something like this:
http://argandgahandapandpa.wordpress.com/2008/03/12/a-python-caching-decorator-for-referential-transparent-functions/

Or find some nice python way to cache the results of expensive methods (like
ones which hit the network).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list