川島和津実
川島和津実
Well, I think a seek table is not as fast but sufficient for quickly listing uncompressed size: https://github.com/facebook/zstd/blob/dev/contrib/seekable_format/zstd_seekable_compression_format.md
Thank you for mentioning #117 , which I should certainly have read earlier. Yes, I will make them consistent tomorrow since it's midnight here already. My apologies for the fork(2)...
I have corrected the clig thing and also got rid of a call to system(3). However, a closer look showed many calls to exit(3) at various levels of function calls....
> Just checking about the intent of the fork() idea... Is your intent to run all of the accelsearches in parallel with the fork calls? Because that was more than...
Or probably later when I make another commit with correct clig changes, just to save your time? BTW, Writing code that loops for long (or forever) without randomly crashing may...
Updated to a fork-ing approach that conforms to the original command line format. This reduces ~50% of the metadata server load on a cluster. Will submit another PR later to...
Hi Scott, Sorry for coming back late, but I have heavy technical work to do, and playing with pulsars is only my hobby. I have included a bit more changes...
> so that unprivileged users aren't able to block root from unmounting a file system (and thereby e.g. prevent a system reboot) Filesystems are usually unmounted after killing almost all...