alumna / reflect

Reflect the contents of one directory to another. At the speed of light. :zap:
MIT License
16 stars 1 forks source link

Return the files' stat cache #4

Closed paulocoghi closed 9 months ago

paulocoghi commented 5 years ago

It's interesting to return the files' stat cache on the returned object. For example, when using Reflect on scenarios that we would watch the same directory later, we can avoid unnecessary disk I/O on the files already read.

paulocoghi commented 9 months ago

Not implementing for now, until it's required by someone. My expected usage scenario also changed and this isn't needed anymore.