1. 16 Dec, 2016 1 commit
  2. 07 Dec, 2016 3 commits
  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. 05 Oct, 2016 1 commit
  5. 26 Jul, 2016 2 commits
  6. 05 Jul, 2016 1 commit
  7. 30 Jun, 2016 1 commit
  8. 28 Jun, 2016 1 commit
  9. 22 Jun, 2016 1 commit
  10. 21 Jun, 2016 1 commit
  11. 11 Jun, 2016 2 commits
  12. 10 Jun, 2016 1 commit
  13. 20 Mar, 2016 1 commit
  14. 19 Feb, 2016 1 commit
  15. 01 Jan, 2016 1 commit
  16. 13 Dec, 2015 1 commit
  17. 19 Nov, 2015 1 commit
  18. 09 Nov, 2015 1 commit
  19. 15 Sep, 2015 1 commit
  20. 16 Jul, 2015 1 commit
  21. 07 Jul, 2015 1 commit
  22. 02 Jul, 2015 1 commit
    • 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
  23. 27 Jun, 2015 1 commit
  24. 26 Jun, 2015 1 commit
  25. 25 Jun, 2015 2 commits
  26. 25 Apr, 2015 3 commits
  27. 16 Mar, 2015 6 commits