posixutils-rs icon indicating copy to clipboard operation
posixutils-rs copied to clipboard

First implementation of unexpand

Open Wandalen opened this issue 1 year ago • 1 comments

Hello Jeff. Review, please.

Wandalen avatar May 23 '24 09:05 Wandalen

  1. fix merge conflicts

  2. it does not make sense to open all files, then read files one at a time. Just open and read one file at a time.

Do not needlessly keep open many files, when only one file at a time needs to be open.

Conserve fd's.

jgarzik avatar May 23 '24 14:05 jgarzik

Hello Jeff. Please check? Do you see anything to improve?

Wandalen avatar May 29 '24 13:05 Wandalen