Skip to content

v0.7.0

Compare
Choose a tag to compare
@iychoi iychoi released this 25 Feb 06:32
· 284 commits to main since this release
  • Rework cache invalidation logic to maximize cache reuse
  • Use directory entry cache to check file existence
  • Add negative cache
  • Implement file locks to prevent race condition (e.g., renaming a dir while opening a file in the dir)
  • Take file open mode argument for CreateFile operation