1. 07 Feb, 2017 1 commit
    • Patrick Wieschollek's avatar
      LMDB fix (#132) · 7c7f6e85
      Patrick Wieschollek authored
      * LMDB fix
      
      LMDB was slow (>35min for ILSVRC2012_img_train.lmdb) when iterating
      over the entries to find the keys. Now, it is possible to specify
      the key_format, such that there is no overhead anymore.
      
      Changes:
      - use key_format to generate keys
      - remove lmdb_open in reset-state (was open db twice)
      - msgpack raised an exception, which is now catched
      
      * use six to check stringtype
      
      * rename key_format argument in lmdb and proper documentation
      
      * small changes for prefetching
      
      * some docs
      7c7f6e85
  2. 06 Feb, 2017 1 commit
  3. 05 Feb, 2017 3 commits
  4. 04 Feb, 2017 3 commits
  5. 03 Feb, 2017 1 commit
  6. 02 Feb, 2017 1 commit
  7. 01 Feb, 2017 3 commits
  8. 31 Jan, 2017 1 commit
  9. 30 Jan, 2017 5 commits
  10. 29 Jan, 2017 4 commits
  11. 28 Jan, 2017 9 commits
  12. 27 Jan, 2017 4 commits
  13. 26 Jan, 2017 3 commits
  14. 25 Jan, 2017 1 commit