1. 29 Nov, 2016 2 commits
  2. 14 Nov, 2016 1 commit
  3. 12 Nov, 2016 2 commits
    • Kevin Atkinson's avatar
      Bug fixes and Tweaks. · ce88f7a3
      Kevin Atkinson authored
      Note: Readdirnames does not return entries for "." or ".." but it a
      good idea to skip dirs/files starting with '.' anyway.
      ce88f7a3
    • Kevin Atkinson's avatar
      Don't use filepath.Walk for Query method. · 27279083
      Kevin Atkinson authored
      filepath.Walk() sorts the names and calls lstat() on each entry, both of
      which are unnecessary when all we need are the key names in random order.
      
      For large datastores can improve the performance by about 50%.
      27279083
  4. 11 Nov, 2016 1 commit
  5. 04 Nov, 2016 1 commit
  6. 05 Oct, 2016 2 commits
  7. 26 Aug, 2016 1 commit
  8. 25 Aug, 2016 2 commits
  9. 26 Jul, 2016 2 commits
  10. 05 Jul, 2016 1 commit
  11. 01 Jul, 2016 1 commit
  12. 30 Jun, 2016 1 commit
  13. 28 Jun, 2016 1 commit
  14. 22 Jun, 2016 1 commit
  15. 21 Jun, 2016 2 commits
  16. 11 Jun, 2016 2 commits
  17. 10 Jun, 2016 1 commit
  18. 20 Mar, 2016 1 commit
  19. 19 Feb, 2016 1 commit
  20. 01 Jan, 2016 1 commit
  21. 13 Dec, 2015 1 commit
  22. 19 Nov, 2015 1 commit
  23. 09 Nov, 2015 1 commit
  24. 15 Sep, 2015 1 commit
  25. 16 Jul, 2015 1 commit
  26. 08 Jul, 2015 1 commit
  27. 07 Jul, 2015 2 commits
  28. 02 Jul, 2015 2 commits
    • Jeromy's avatar
      vendor correctly · da9871df
      Jeromy authored
      da9871df
    • Jeromy's avatar
      add in support for batched writes · 8028a6d4
      Jeromy authored
      implement batch ops for different datastore types
      
      rename Transaction to Batch
      
      Revert "add in support for batched writes"
      
      add in benchmarks for put and batchput
      
      move batching into separate interface
      
      address concerns from PR
      
      regrab old code
      8028a6d4
  29. 27 Jun, 2015 1 commit
  30. 26 Jun, 2015 1 commit
  31. 25 Jun, 2015 1 commit