Skip to content

cephgeorep 1.2.8 (preview)

Pre-release
Pre-release
Compare
Choose a tag to compare
@joshuaboud joshuaboud released this 27 Apr 16:06
· 91 commits to master since this release
8319a8e

cephgeorep 1.2.8

  • Signigicant optimizations for modifying file paths and for comparing
    file size/type to make crawl time up to 16 times faster.
    (130M files: 8h crawl for v1.1.4, 30m crawl for v1.2.8)
  • Lowered memory usage by using iterators and c-string pointers rather
    than copying the vector of file objects into partitions to distribute
    paths amongst sync processes.
  • Make systemd service restart on abnormal exit (killed by signal).