1. 24 Oct, 2018 1 commit
  2. 04 Oct, 2018 1 commit
    • Steven Allen's avatar
      add a GetSize method · 1cd3a342
      Steven Allen authored
      We can also add this as an extension but it's simple enough I'd like to add it
      directly to the Datastore.
      
      Use-case: The blockstore now has a GetSize and bitswap uses it for packing
      multiple blocks into a single message. Unfortunately, this means that bitswap is
      now calling blockstore.GetSize which calls datastore.Get which tends to be more
      expensive than datastore.Has.
      1cd3a342
  3. 24 Sep, 2018 1 commit
  4. 12 Sep, 2018 1 commit
  5. 14 Aug, 2018 8 commits
  6. 13 Aug, 2018 1 commit
  7. 24 Jan, 2018 1 commit
  8. 14 Oct, 2017 1 commit
  9. 13 Oct, 2017 1 commit
  10. 08 Nov, 2016 1 commit
  11. 01 Jan, 2016 1 commit
  12. 16 Jul, 2015 1 commit
  13. 02 Jul, 2015 1 commit
    • Jeromy's avatar
      add in support for batched writes · df0989a3
      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
      df0989a3
  14. 27 Jun, 2015 1 commit
  15. 26 Jun, 2015 1 commit
  16. 25 Jun, 2015 2 commits
  17. 12 Mar, 2015 1 commit
  18. 10 Jan, 2015 1 commit
  19. 09 Jan, 2015 1 commit
  20. 03 Oct, 2014 1 commit
  21. 21 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      feat(interface) add ThreadsafeDatastore interface · 3dad2a44
      Brian Tiger Chow authored
      ThreadsafeDatastore declares a datastore thread-safe by extending the
      Datastore interface.
      
      Callers who desire thread-safety may use this interface to assure that
      the datastores they use provide this property.
      
      Datastore implementers may satisfy the ThreadsafeDatastore interface
      by defining the no-op method `IsThreadSafe()`
      3dad2a44
  22. 16 Sep, 2014 1 commit
  23. 08 Sep, 2014 1 commit
  24. 04 Sep, 2014 1 commit
  25. 28 Jan, 2014 1 commit
  26. 27 Jan, 2014 2 commits
  27. 19 Jan, 2014 1 commit