iinegve / muCommander

muCommander fork
3 stars 5 forks source link

Don't Re-index Archives #30

Open IvanMamontov opened 10 years ago

IvanMamontov commented 10 years ago

It is redundant to bypass archive file if it has been processed before. We can just check the modification time.

sstolpovskiy commented 10 years ago

I think it will be automatically done if we will add modification date check for all entries. There is no sence to add it only for archives.

IvanMamontov commented 10 years ago

Nooo, it make sense only for archives because It is very expensive to check all the files. Moreover from point of view of muCommander archive is just a kind of directory. For the real directory modification date does not mean anything.