1. 07 Jan, 2014 10 commits
  2. 04 Jan, 2014 3 commits
  3. 17 Dec, 2013 9 commits
  4. 13 Dec, 2013 4 commits
  5. 21 Nov, 2013 1 commit
    • Vincent Pelletier's avatar
      storage.database.mysqldb: Optimise getObject for most likely case. · 647dbc86
      Vincent Pelletier authored
      loadBefore is more likely than other loads, as it is how repeatable-read is
      implemented and the vast majority of accesses are scoped to a transaction.
      So put it first in 3-branches "if" choosing between load/loadBefore/loadSerial
      code paths.
      next_serial is likely to not be found, because application will likely
      operate on up-to-date objects. So a test is more efficient than a
      try..except. Inline this test in return statement to avoid defining a local.
      647dbc86
  6. 12 Nov, 2013 2 commits
  7. 08 Nov, 2013 5 commits
  8. 28 Oct, 2013 5 commits
  9. 03 Jan, 2013 1 commit