Skip to content

v1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 17:47
· 43 commits to main since this release
ce914ff

Enabled ludicrous speeds for file operations using hash caching -- about a 14285714x increase for a 10 GB file (no, we're not kidding). This should vastly improve operation times across the board, namely when running the status command with large files tracked by Devious.

before hash caching

Screenshot 2023-08-22 at 11 10 06 AM

after hash caching

Screenshot 2023-08-22 at 11 09 36 AM

Changelog

  • 6ff5881 Add local file hash caching
  • f25f2d5 Cache hash directly after computing, print hash calculation times
  • ce914ff Merge pull request #48 from A2-ai/feature/hash-cache
  • 2263335 Relax double get test with millisecond wait