Skip to content
Snippets Groups Projects
  1. May 03, 2017
  2. May 02, 2017
  3. Feb 09, 2017
  4. Feb 03, 2017
  5. Jan 28, 2017
    • Nick Thomas's avatar
      Lazily load LiteBlob#data · 00a8ab61
      Nick Thomas authored
      Some operations, notably `Repository#delete_blob`, don't need access to the
      blob content. Loading it from disc in these cases is unnecessary.
      
      This commit lazily loads the content on first access and memoizes it. If it
      is never accessed, it will never be loaded.
      
      This should reduce disc access significantly for commits that delete lots of
      files.
      00a8ab61
  6. Jan 20, 2017
  7. Jan 19, 2017
  8. Sep 19, 2016
  9. Sep 09, 2016
  10. Sep 08, 2016
  11. Sep 06, 2016
  12. Aug 30, 2016
  13. Aug 15, 2016
  14. Aug 09, 2016
  15. Jul 26, 2016
  16. Jul 07, 2016
  17. May 20, 2016
Loading