1. 05 Jun, 2015 2 commits
  2. 22 May, 2015 24 commits
  3. 20 May, 2015 1 commit
    • Jason Madden's avatar
      Optimizations for ClientCache, especially under PyPy. · 48c336d1
      Jason Madden authored
      - make the locked decorator easier to inline by not creating a new closure every time.
      - use builtin dicts instead of the pure-python BTrees (only under pypy)
      
      "Transaction",                  AFTER    BEFORE
      "Add 3000 Objects",             10014      8777
      "Update 3000 Objects",          12199      8805
      "Read 3000 Warm Objects",        4294      3699
      "Read 3000 Cold Objects",        4264      3676
      "Read 3000 Hot Objects",        79764     58732
      "Read 3000 Steamin' Objects", 2667283   2574508
      48c336d1
  4. 28 Apr, 2015 1 commit
  5. 11 Apr, 2015 1 commit
  6. 10 Apr, 2015 3 commits
  7. 06 Jan, 2015 1 commit
  8. 05 Jan, 2015 6 commits
  9. 04 Jan, 2015 1 commit